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 37
37
GROUP : ${{ matrix.group }}
38
38
JULIA_NUM_THREADS : 11
39
39
- uses : julia-actions/julia-processcoverage@v1
40
- - uses : codecov/codecov-action@v1
40
+ - uses : codecov/codecov-action@v3
41
41
with :
42
42
file : lcov.info
Original file line number Diff line number Diff line change 24
24
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25
25
run : julia --project=docs/ --code-coverage=user docs/make.jl
26
26
- uses : julia-actions/julia-processcoverage@v1
27
- - uses : codecov/codecov-action@v1
27
+ - uses : codecov/codecov-action@v3
28
28
with :
29
29
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
You can’t perform that action at this time.
0 commit comments