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 30
30
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
31
31
run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
32
32
- uses : julia-actions/julia-processcoverage@v1
33
- - uses : codecov/codecov-action@v3
33
+ - uses : codecov/codecov-action@v4
34
34
with :
35
35
file : lcov.info
Original file line number Diff line number Diff line change 68
68
exit(0) # Exit immediately, as a success
69
69
end
70
70
- uses : julia-actions/julia-processcoverage@v1
71
- - uses : codecov/codecov-action@v3
71
+ - uses : codecov/codecov-action@v4
72
72
with :
73
73
file : lcov.info
Original file line number Diff line number Diff line change 49
49
env :
50
50
GROUP : ${{ matrix.group }}
51
51
- uses : julia-actions/julia-processcoverage@v1
52
- - uses : codecov/codecov-action@v3
52
+ - uses : codecov/codecov-action@v4
53
53
with :
54
54
file : lcov.info
You can’t perform that action at this time.
0 commit comments