From 792ec380988340bcf9d0326d646ab4124fa531ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:09:36 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..8dc9e24 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -87,7 +87,7 @@ jobs: - name: Run Test Suite run: tox -e test --skip-pkg-install - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: directory: ./reports/ flags: tests