Skip to content

Commit

Permalink
use 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Nov 27, 2024
1 parent 2047fb5 commit 0fc5976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fc5976

Please sign in to comment.