Skip to content

Commit 307ac35

Browse files
[UPDATE] (deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 869ea07 commit 307ac35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
if: ${{ runner.python-version }} != "3.9"
222222
run: make -f Makefile test-pytest ;
223223
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
224-
uses: codecov/codecov-action@v4
224+
uses: codecov/codecov-action@v5
225225
with:
226226
token: ${{ secrets.CODECOV_TOKEN }}
227227
files: ./coverage.xml
@@ -300,7 +300,7 @@ jobs:
300300
if: ${{ runner.python-version }} != "3.9"
301301
run: make -f Makefile test-pytest ;
302302
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
303-
uses: codecov/codecov-action@v4
303+
uses: codecov/codecov-action@v5
304304
with:
305305
token: ${{ secrets.CODECOV_TOKEN }}
306306
files: ./coverage.xml
@@ -414,7 +414,7 @@ jobs:
414414
cp -vf ./coverage.xml ./test-reports/coverage.xml || true ;
415415
shell: bash
416416
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
417-
uses: codecov/codecov-action@v4
417+
uses: codecov/codecov-action@v5
418418
with:
419419
token: ${{ secrets.CODECOV_TOKEN }}
420420
files: ./test-reports/coverage_supplement.xml

0 commit comments

Comments
 (0)