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@v4
26+ - uses : codecov/codecov-action@v5
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@v4
64+ - uses : codecov/codecov-action@v5
6565 with :
6666 file : lcov.info
Original file line number Diff line number Diff line change 3535 env :
3636 GROUP : ${{ matrix.group }}
3737 - uses : julia-actions/julia-processcoverage@v1
38- - uses : codecov/codecov-action@v4
38+ - uses : codecov/codecov-action@v5
3939 with :
4040 file : lcov.info
You can’t perform that action at this time.
0 commit comments