Skip to content

Commit

Permalink
use most recent codecov-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Feb 5, 2025
1 parent 7e874b6 commit 4c5b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5.3.1
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
Expand Down

0 comments on commit 4c5b9c5

Please sign in to comment.