Skip to content

Commit 7c21c21

Browse files
ci(deps): bump codecov/codecov-action from 5 to 6 (#1914)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1ef538 commit 7c21c21

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)