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 6e56195 commit bb5a874Copy full SHA for bb5a874
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: julia-actions/julia-buildpkg@v1
64
- uses: julia-actions/julia-runtest@v1
65
- uses: julia-actions/julia-processcoverage@v1
66
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
file: lcov.info
0 commit comments