We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10f5cf commit c4ca83cCopy full SHA for c4ca83c
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: julia-actions/julia-buildpkg@v1
26
- uses: julia-actions/julia-runtest@v1
27
- uses: julia-actions/julia-processcoverage@v1
28
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
29
with:
30
file: lcov.info
31
env:
0 commit comments