From facec1289736d182ba260d0f6741bdc9fbf6ed2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:53:59 +0000 Subject: [PATCH] chore(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](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/build-test-deploy.yml | 2 +- .github/workflows/prerelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 6ccc166..9690957 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -97,7 +97,7 @@ jobs: - name: Run test suite id: pre run: tox -v --skip-pkg-install --exit-and-dump-after 1200 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ always() }} with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 8a6c8a1..7e7c325 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -70,7 +70,7 @@ jobs: - name: Run test suite id: pre run: tox -v --skip-pkg-install --exit-and-dump-after 1200 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ always() }} with: token: ${{ secrets.CODECOV_TOKEN }}