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 02516a8 commit 61cf3f4Copy full SHA for 61cf3f4
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: julia-actions/julia-processcoverage@v1
36
with:
37
directories: src,ext,test,benchmark
38
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
39
40
files: lcov.info
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments