File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
JULIAHUB_SERVER : ${{ secrets.JULIAHUB_SERVER }}
62
62
JULIAHUB_TOKEN : ${{ secrets.JULIAHUB_TOKEN }}
63
63
- uses : julia-actions/julia-processcoverage@v1
64
- - uses : codecov/codecov-action@v3
64
+ - uses : codecov/codecov-action@v4
65
65
with :
66
66
file : lcov.info
67
67
@@ -131,7 +131,7 @@ jobs:
131
131
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
132
132
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
133
133
- uses : julia-actions/julia-processcoverage@v1
134
- - uses : codecov/codecov-action@v3
134
+ - uses : codecov/codecov-action@v4
135
135
with :
136
136
file : lcov.info
137
137
@@ -153,6 +153,6 @@ jobs:
153
153
- name : Check doctests
154
154
run : julia --color=yes --project=docs/ --code-coverage docs/make.jl --doctest
155
155
- uses : julia-actions/julia-processcoverage@v1
156
- - uses : codecov/codecov-action@v3
156
+ - uses : codecov/codecov-action@v4
157
157
with :
158
158
file : lcov.info
You can’t perform that action at this time.
0 commit comments