From 2047fb57ee6707f6410cca8d92ef173f7787b680 Mon Sep 17 00:00:00 2001 From: Sean Tyler Myers Date: Tue, 26 Nov 2024 12:19:49 -0800 Subject: [PATCH] Revert "chore(deps): bump codecov/codecov-action from 4 to 5 (#747)" This reverts commit 6c47b8b6f1e3ab6bcc3bb7aaadc6a532ea11b455. --- .github/workflows/status-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/status-checks.yml b/.github/workflows/status-checks.yml index 24bd9e73..e79606f0 100644 --- a/.github/workflows/status-checks.yml +++ b/.github/workflows/status-checks.yml @@ -76,8 +76,8 @@ jobs: cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' --codecov --output-path target/codecov.json cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' --html --output-dir target/coverage cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' - - name: upload-codecov - uses: codecov/codecov-action@v5 + - name: Upload Coverage to CodeCov + uses: codecov/codecov-action@v4 with: use_oidc: true fail_ci_if_error: true