Skip to content

Commit

Permalink
Merge pull request #20 from alexkunde/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents 8c149ac + abc2468 commit 7c6485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
Expand Down

0 comments on commit 7c6485d

Please sign in to comment.