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@v1
26
+ - uses : codecov/codecov-action@v3
27
27
with :
28
28
file : lcov.info
Original file line number Diff line number Diff line change 50
50
exit(0) # Exit immediately, as a success
51
51
end
52
52
- uses : julia-actions/julia-processcoverage@v1
53
- - uses : codecov/codecov-action@v1
53
+ - uses : codecov/codecov-action@v3
54
54
with :
55
55
file : lcov.info
Original file line number Diff line number Diff line change 36
36
env :
37
37
GROUP : ${{ matrix.group }}
38
38
- uses : julia-actions/julia-processcoverage@v1
39
- - uses : codecov/codecov-action@v1
39
+ - uses : codecov/codecov-action@v3
40
40
with :
41
41
file : lcov.info
You can’t perform that action at this time.
0 commit comments