From f17d1aa10604edbc855f49d6260e2cd6b5f58ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:46:20 +0000 Subject: [PATCH] Actions(deps): Bump codecov/codecov-action from 3 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 7. - [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/v3...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 388fa96..e3fcfc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: run: tox -e py - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: files: .coverage @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v7 - name: Set up Python uses: actions/setup-python@v7