@@ -249,7 +249,7 @@ jobs:
249249 - name : Generate Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
250250 run : make -f Makefile test-pytest >> $GITHUB_STEP_SUMMARY ;
251251 - name : Upload Python ${{ matrix.python-version }} coverage to Codecov
252- uses : codecov/codecov-action@v4
252+ uses : codecov/codecov-action@v5
253253 with :
254254 token : ${{ secrets.CODECOV_TOKEN }}
255255 files : ./coverage.xml
@@ -397,7 +397,7 @@ jobs:
397397 ./tests/check_integration_coverage || echo "::warning file=tests/check_integration_coverage,line=1,endLine=1,title=SKIPPED::SKIP Integration Tests." ;
398398 shell : bash
399399 - name : Upload Python ${{ matrix.python-version }} integration coverage to Codecov
400- uses : codecov/codecov-action@v4
400+ uses : codecov/codecov-action@v5
401401 with :
402402 token : ${{ secrets.CODECOV_TOKEN }}
403403 files : ./test-reports/coverage_supplement.xml
@@ -496,7 +496,7 @@ jobs:
496496 ./tests/check_legacy_setup_coverage || echo "::warning file=tests/check_legacy_setup_coverage,line=1,endLine=1,title=SKIPPED::SKIP Legacy Setup.py Tests." ;
497497 if : ${{ !cancelled() }}
498498 - name : Upload Python ${{ matrix.python-version }} Legacy Setup.py coverage to Codecov
499- uses : codecov/codecov-action@v4
499+ uses : codecov/codecov-action@v5
500500 with :
501501 token : ${{ secrets.CODECOV_TOKEN }}
502502 files : ./test-reports/coverage_setup.xml
0 commit comments