From cc4535c18a657f0336dee61f4b8aed0d2788cc27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:27:49 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/build-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 5f46046a..940cb6e9 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -71,7 +71,7 @@ jobs: path: ./coverage/*.xml - name: CodeCov Coverage Report - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: files: ./coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }}.xml flags: pytest