We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50649df + 05c926d commit b41491bCopy full SHA for b41491b
1 file changed
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: julia-actions/julia-buildpkg@v1
49
- uses: julia-actions/julia-runtest@v1
50
- uses: julia-actions/julia-processcoverage@v1
51
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
52
with:
53
files: lcov.info
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments