Skip to content

Commit b94aac6

Browse files
dependabot[bot]jwodder
authored andcommitted
[gh-actions](deps): Bump codecov/codecov-action from 4 to 5
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 6cc54bc commit b94aac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/no-vcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tox -e py -- -vv --cov-report=xml
2929
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
3333
fail_ci_if_error: false
3434
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Upload coverage to Codecov
7575
if: startsWith(matrix.toxenv, 'py')
76-
uses: codecov/codecov-action@v4
76+
uses: codecov/codecov-action@v5
7777
with:
7878
fail_ci_if_error: false
7979
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)