Skip to content

Commit 0a6cc45

Browse files
dependabot[bot]jeandet
authored andcommitted
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ab88bc commit 0a6cc45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PRs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
twine check dist/*
7272
- name: Upload coverage to Codecov
7373
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
74-
uses: codecov/codecov-action@v5
74+
uses: codecov/codecov-action@v6
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
file: ./coverage.xml

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
twine upload --repository testpypi --skip-existing dist/*
8282
- name: Upload coverage to Codecov
8383
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
84-
uses: codecov/codecov-action@v5
84+
uses: codecov/codecov-action@v6
8585
with:
8686
token: ${{ secrets.CODECOV_TOKEN }}
8787
file: ./coverage.xml

0 commit comments

Comments
 (0)