Skip to content

Commit

Permalink
Merge pull request #1478 from rust-osdev/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
phip1611 authored Nov 18, 2024
2 parents 07c3cc2 + 8ba3867 commit f99b6ab
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 @@ -201,7 +201,7 @@ jobs:
- name: Generate code coverage
run: cargo xtask cov --lcov
- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit f99b6ab

Please sign in to comment.