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 23
23
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
24
24
run : julia --project=docs/ --code-coverage=user docs/make.jl
25
25
- uses : julia-actions/julia-processcoverage@v1
26
- - uses : codecov/codecov-action@v4
26
+ - uses : codecov/codecov-action@v5
27
27
with :
28
28
file : lcov.info
Original file line number Diff line number Diff line change 61
61
exit(0) # Exit immediately, as a success
62
62
end
63
63
- uses : julia-actions/julia-processcoverage@v1
64
- - uses : codecov/codecov-action@v4
64
+ - uses : codecov/codecov-action@v5
65
65
with :
66
66
file : lcov.info
Original file line number Diff line number Diff line change 35
35
env :
36
36
GROUP : ${{ matrix.group }}
37
37
- uses : julia-actions/julia-processcoverage@v1
38
- - uses : codecov/codecov-action@v4
38
+ - uses : codecov/codecov-action@v5
39
39
with :
40
40
file : lcov.info
You can’t perform that action at this time.
0 commit comments