Skip to content

Commit 33ec43f

Browse files
deps(workflows): bump codecov/codecov-action from 5 to 6 (#275)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae80a8c commit 33ec43f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests-with-pydebug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440
441441
- name: Upload coverage to Codecov
442442
if: ${{ !cancelled() }}
443-
uses: codecov/codecov-action@v5
443+
uses: codecov/codecov-action@v6
444444
with:
445445
token: ${{ secrets.CODECOV_TOKEN }}
446446
files: tests/coverage-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml
@@ -451,7 +451,7 @@ jobs:
451451

452452
- name: Upload JUnit results to Codecov
453453
if: ${{ !cancelled() }}
454-
uses: codecov/codecov-action@v5
454+
uses: codecov/codecov-action@v6
455455
with:
456456
token: ${{ secrets.CODECOV_TOKEN }}
457457
files: tests/junit-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
423423
- name: Upload coverage to Codecov
424424
if: ${{ !cancelled() }}
425-
uses: codecov/codecov-action@v5
425+
uses: codecov/codecov-action@v6
426426
with:
427427
token: ${{ secrets.CODECOV_TOKEN }}
428428
files: tests/coverage-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml
@@ -433,7 +433,7 @@ jobs:
433433

434434
- name: Upload JUnit results to Codecov
435435
if: ${{ !cancelled() }}
436-
uses: codecov/codecov-action@v5
436+
uses: codecov/codecov-action@v6
437437
with:
438438
token: ${{ secrets.CODECOV_TOKEN }}
439439
files: tests/junit-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml

0 commit comments

Comments
 (0)