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 0c52350 commit 1ab3f14Copy full SHA for 1ab3f14
.github/workflows/Tests.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: julia-actions/julia-buildpkg@v1
40
- uses: julia-actions/julia-runtest@v1
41
- uses: julia-actions/julia-processcoverage@v1
42
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
43
with:
44
file: lcov.info
45
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments