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 @@ -221,7 +221,7 @@ jobs:
221
221
if : ${{ runner.python-version }} != "3.9"
222
222
run : make -f Makefile test-pytest ;
223
223
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
224
- uses : codecov/codecov-action@v4
224
+ uses : codecov/codecov-action@v5
225
225
with :
226
226
token : ${{ secrets.CODECOV_TOKEN }}
227
227
files : ./coverage.xml
@@ -300,7 +300,7 @@ jobs:
300
300
if : ${{ runner.python-version }} != "3.9"
301
301
run : make -f Makefile test-pytest ;
302
302
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
303
- uses : codecov/codecov-action@v4
303
+ uses : codecov/codecov-action@v5
304
304
with :
305
305
token : ${{ secrets.CODECOV_TOKEN }}
306
306
files : ./coverage.xml
@@ -414,7 +414,7 @@ jobs:
414
414
cp -vf ./coverage.xml ./test-reports/coverage.xml || true ;
415
415
shell : bash
416
416
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
417
- uses : codecov/codecov-action@v4
417
+ uses : codecov/codecov-action@v5
418
418
with :
419
419
token : ${{ secrets.CODECOV_TOKEN }}
420
420
files : ./test-reports/coverage_supplement.xml
You can’t perform that action at this time.
0 commit comments