We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd2b5e commit f1db151Copy full SHA for f1db151
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
# - name: (debug) cat all lcov.info files
73
# run: find . -type f -name 'lcov.info' -exec cat {} \;
74
# if: runner.os != 'Windows'
75
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
76
with:
77
file: lcov.info
78
# For `v4` of `codecov/codecov-action`,
0 commit comments