From 3090304904c31900de2b47aff0803f47a171246a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:52:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e72da9d1e..bd2e2a221 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -86,7 +86,7 @@ jobs: - name: Upload coverage reports if: always() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ${{ matrix.suite.directory }}/coverage.xml flags: ${{ matrix.suite.name }}