Skip to content

Commit ab2c4a6

Browse files
renovate[bot]jwodder
authored andcommitted
[github-actions] Update codecov/codecov-action action to v7
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v6.0.2 | v7.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b21a39d commit ab2c4a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/no-vcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tox -e py -- -vv --cov-report=xml
3333
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
35+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
3636
with:
3737
fail_ci_if_error: false
3838
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test.yml

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

7878
- name: Upload coverage to Codecov
7979
if: startsWith(matrix.toxenv, 'py')
80-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
80+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
8181
with:
8282
fail_ci_if_error: false
8383
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)