From 0fc597636ec216438424f6e085718cb34a03900d Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Wed, 27 Nov 2024 09:56:29 +0000 Subject: [PATCH] use 4.5.0 See: https://github.com/codecov/codecov-action/issues/1594#issuecomment-2393562440 --- .github/workflows/status-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/status-checks.yml b/.github/workflows/status-checks.yml index e79606f0..dd7af8b6 100644 --- a/.github/workflows/status-checks.yml +++ b/.github/workflows/status-checks.yml @@ -77,7 +77,7 @@ jobs: 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 Coverage to CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.5.0 with: use_oidc: true fail_ci_if_error: true