From 4319032ac3e2f6ba090472fc3e69320ab3424b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:06:37 +0000 Subject: [PATCH] deps(workflows): 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](https://github.com/codecov/codecov-action/compare/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] --- .github/workflows/tests-with-pydebug.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-with-pydebug.yml b/.github/workflows/tests-with-pydebug.yml index 71042462..bc5f075f 100644 --- a/.github/workflows/tests-with-pydebug.yml +++ b/.github/workflows/tests-with-pydebug.yml @@ -440,7 +440,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/coverage-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml @@ -451,7 +451,7 @@ jobs: - name: Upload JUnit results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/junit-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d43a86cc..61803d37 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -422,7 +422,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/coverage-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml @@ -433,7 +433,7 @@ jobs: - name: Upload JUnit results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/junit-${{ env.PYTHON_TAG }}-${{ runner.os }}.xml