Skip to content

Commit 169eead

Browse files
Bump codecov/codecov-action from 5 to 6 (#1619)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Todd Leonhardt <todd.leonhardt@gmail.com>
1 parent 88285e3 commit 169eead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040

4141
- name: Upload test results to Codecov
4242
if: ${{ !cancelled() }}
43-
uses: codecov/codecov-action@v5
43+
uses: codecov/codecov-action@v6
4444
with:
4545
flags: python${{ matrix.python-version }}
4646
name: codecov-umbrella-test-results
4747
report_type: test_results
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v5
50+
uses: codecov/codecov-action@v6
5151
with:
5252
env_vars: OS,PYTHON
5353
fail_ci_if_error: true

0 commit comments

Comments
 (0)