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 833245b commit 50a37b4Copy full SHA for 50a37b4
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: julia-actions/julia-buildpkg@v1
48
- uses: julia-actions/julia-runtest@v1
49
- uses: julia-actions/julia-processcoverage@v1
50
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
file: lcov.info
0 commit comments