Skip to content

Commit 41a6d9b

Browse files
ci(deps): 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 d1ef538 commit 41a6d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
uv run --no-sync poe ci
5959
shell: bash
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v5
61+
uses: codecov/codecov-action@v6
6262
if: ${{ needs.detect_changes.outputs.relevant == 'true' }}
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
- name: Upload test results to Codecov
66-
uses: codecov/codecov-action@v5
66+
uses: codecov/codecov-action@v6
6767
if: ${{ needs.detect_changes.outputs.relevant == 'true' && !cancelled() }}
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)