We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31a6bc9 + fc9cbd8 commit b5f0560Copy full SHA for b5f0560
1 file changed
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: julia-actions/julia-runtest@latest
37
continue-on-error: ${{ matrix.version == 'nightly' }}
38
- uses: julia-actions/julia-processcoverage@v1
39
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
40
with:
41
file: lcov.info
42
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments