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@v3
26+ - uses : codecov/codecov-action@v4
2727 with :
2828 file : lcov.info
Original file line number Diff line number Diff line change 5050 exit(0) # Exit immediately, as a success
5151 end
5252 - uses : julia-actions/julia-processcoverage@v1
53- - uses : codecov/codecov-action@v3
53+ - uses : codecov/codecov-action@v4
5454 with :
5555 file : lcov.info
Original file line number Diff line number Diff line change 3636 env :
3737 GROUP : ${{ matrix.group }}
3838 - uses : julia-actions/julia-processcoverage@v1
39- - uses : codecov/codecov-action@v3
39+ - uses : codecov/codecov-action@v4
4040 with :
4141 file : lcov.info
You can’t perform that action at this time.
0 commit comments