Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action digest to 9b01a34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent d1a33db commit b7d59a3
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 @@ -189,7 +189,7 @@ jobs:
cargo llvm-cov report --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@98ab2c591b94478f4c3606d68ff73601df85ec43
uses: codecov/codecov-action@9b01a3419101d2fd03eaa10f7495f7d03c6adf95
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down

0 comments on commit b7d59a3

Please sign in to comment.