@@ -225,7 +225,7 @@ jobs:
225
225
if : ${{ runner.python-version }} != "3.9"
226
226
run : make -f Makefile test-pytest ;
227
227
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
228
- uses : codecov/codecov-action@v3
228
+ uses : codecov/codecov-action@v4
229
229
with :
230
230
token : ${{ secrets.CODECOV_TOKEN }}
231
231
files : ./coverage.xml
@@ -235,7 +235,7 @@ jobs:
235
235
verbose : true
236
236
fail_ci_if_error : false
237
237
- name : Upload Python ${{ matrix.python-version }} Artifact
238
- uses : actions/upload-artifact@v3
238
+ uses : actions/upload-artifact@v4
239
239
with :
240
240
name : Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
241
241
path : ./test-reports/
@@ -309,7 +309,7 @@ jobs:
309
309
if : ${{ runner.python-version }} != "3.9"
310
310
run : make -f Makefile test-pytest ;
311
311
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
312
- uses : codecov/codecov-action@v3
312
+ uses : codecov/codecov-action@v4
313
313
with :
314
314
token : ${{ secrets.CODECOV_TOKEN }}
315
315
files : ./coverage.xml
@@ -319,7 +319,7 @@ jobs:
319
319
verbose : true
320
320
fail_ci_if_error : false
321
321
- name : Upload Python ${{ matrix.python-version }} Artifact
322
- uses : actions/upload-artifact@v3
322
+ uses : actions/upload-artifact@v4
323
323
with :
324
324
name : Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
325
325
path : ./test-reports/
@@ -430,7 +430,7 @@ jobs:
430
430
cp -vf ./coverage.xml ./test-reports/coverage.xml || true ;
431
431
shell : bash
432
432
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
433
- uses : codecov/codecov-action@v3
433
+ uses : codecov/codecov-action@v4
434
434
with :
435
435
token : ${{ secrets.CODECOV_TOKEN }}
436
436
files : ./test-reports/coverage_supplement.xml
@@ -440,7 +440,7 @@ jobs:
440
440
verbose : true
441
441
fail_ci_if_error : false
442
442
- name : Upload Extra Python ${{ matrix.python-version }} Artifact
443
- uses : actions/upload-artifact@v3
443
+ uses : actions/upload-artifact@v4
444
444
with :
445
445
name : Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
446
446
path : ./test-reports/
0 commit comments