Skip to content

Commit

Permalink
build(deps): Bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 938e44af519df4aff261abf43fef0c2bb7caa49c.
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 7843de8 commit 4db12a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
disable_safe_directory: true
files: lcov.info
Expand Down

0 comments on commit 4db12a7

Please sign in to comment.