From 409476dac69766e8c7f2661353eae6eeb26208c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:09:38 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action digest to e79a696 --- 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 802d9d3..2d034a8 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 with: report_type: coverage use_oidc: true - if: success() || failure() name: Upload test results - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 with: report_type: test_results use_oidc: true