@@ -117,7 +117,7 @@ jobs:
117
117
- name : Generate Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
118
118
run : make -f Makefile test-pytest >> $GITHUB_STEP_SUMMARY ;
119
119
- name : Upload Python ${{ matrix.python-version }} coverage to Codecov
120
- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1 .1
120
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3 .1
121
121
with :
122
122
token : ${{ secrets.CODECOV_TOKEN }}
123
123
files : ./coverage.xml
@@ -267,7 +267,7 @@ jobs:
267
267
./tests/check_integration_coverage || echo "::warning file=tests/check_integration_coverage,line=1,endLine=1,title=SKIPPED::SKIP Integration Tests." ;
268
268
shell : bash
269
269
- name : Upload Python ${{ matrix.python-version }} integration coverage to Codecov
270
- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1 .1
270
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3 .1
271
271
with :
272
272
token : ${{ secrets.CODECOV_TOKEN }}
273
273
files : ./test-reports/coverage_supplement.xml
@@ -367,7 +367,7 @@ jobs:
367
367
./tests/check_legacy_setup_coverage || echo "::warning file=tests/check_legacy_setup_coverage,line=1,endLine=1,title=SKIPPED::SKIP Legacy Setup.py Tests." ;
368
368
if : ${{ !cancelled() }}
369
369
- name : Upload Python ${{ matrix.python-version }} Legacy Setup.py coverage to Codecov
370
- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1 .1
370
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3 .1
371
371
with :
372
372
token : ${{ secrets.CODECOV_TOKEN }}
373
373
files : ./test-reports/coverage_setup.xml
0 commit comments