From a60dda4d49105437f23b2cd598ba6a0a28864394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 03:08:06 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action digest to 303a32d --- template/.github/workflows/python-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/python-test.yaml b/template/.github/workflows/python-test.yaml index 96e36cd..7265ad7 100644 --- a/template/.github/workflows/python-test.yaml +++ b/template/.github/workflows/python-test.yaml @@ -62,13 +62,13 @@ jobs: run: nox --session '${{ matrix.session }}' - if: success() || failure() name: Upload coverage - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7 with: report_type: coverage use_oidc: true - if: success() || failure() name: Upload test results - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7 with: report_type: test_results use_oidc: true