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 3030 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
3131 run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
3232 - uses : julia-actions/julia-processcoverage@v1
33- - uses : codecov/codecov-action@v3
33+ - uses : codecov/codecov-action@v4
3434 with :
3535 file : lcov.info
Original file line number Diff line number Diff line change 6868 exit(0) # Exit immediately, as a success
6969 end
7070 - uses : julia-actions/julia-processcoverage@v1
71- - uses : codecov/codecov-action@v3
71+ - uses : codecov/codecov-action@v4
7272 with :
7373 file : lcov.info
Original file line number Diff line number Diff line change 4949 env :
5050 GROUP : ${{ matrix.group }}
5151 - uses : julia-actions/julia-processcoverage@v1
52- - uses : codecov/codecov-action@v3
52+ - uses : codecov/codecov-action@v4
5353 with :
5454 file : lcov.info
You can’t perform that action at this time.
0 commit comments