File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2424 run : julia --project=docs/ --code-coverage=user docs/make.jl
2525 - uses : julia-actions/julia-processcoverage@v1
26- - uses : codecov/codecov-action@v5
26+ - uses : codecov/codecov-action@v6
2727 with :
2828 file : lcov.info
Original file line number Diff line number Diff line change 6161 exit(0) # Exit immediately, as a success
6262 end
6363 - uses : julia-actions/julia-processcoverage@v1
64- - uses : codecov/codecov-action@v5
64+ - uses : codecov/codecov-action@v6
6565 with :
6666 file : lcov.info
Original file line number Diff line number Diff line change 3939 env :
4040 GROUP : ${{ matrix.group }}
4141 - uses : julia-actions/julia-processcoverage@v1
42- - uses : codecov/codecov-action@v5
42+ - uses : codecov/codecov-action@v6
4343 with :
4444 file : lcov.info
You can’t perform that action at this time.
0 commit comments