We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7c6293 + 9067fa4 commit 2faf107Copy full SHA for 2faf107
1 file changed
.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
28
29
- name: Upload to Codecov
30
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
31
continue-on-error: true
32
with:
33
files: ./lcov.info
0 commit comments