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@v4
64
+ - uses : codecov/codecov-action@v5
65
65
with :
66
66
file : lcov.info
67
67
@@ -127,7 +127,7 @@ jobs:
127
127
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
128
128
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
129
129
- uses : julia-actions/julia-processcoverage@v1
130
- - uses : codecov/codecov-action@v4
130
+ - uses : codecov/codecov-action@v5
131
131
with :
132
132
file : lcov.info
133
133
@@ -149,6 +149,6 @@ jobs:
149
149
- name : Check doctests
150
150
run : julia --color=yes --project=docs/ --code-coverage docs/make.jl --doctest
151
151
- uses : julia-actions/julia-processcoverage@v1
152
- - uses : codecov/codecov-action@v4
152
+ - uses : codecov/codecov-action@v5
153
153
with :
154
154
file : lcov.info
You can’t perform that action at this time.
0 commit comments