We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d548dee + 6da0a25 commit 5a55990Copy full SHA for 5a55990
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
env:
84
JULIA_NUM_THREADS: ${{ steps.decide-numthreads-str.outputs.numthreads }}
85
- uses: julia-actions/julia-processcoverage@v1
86
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
87
with:
88
files: lcov.info
89
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments