From de4ad76ec86095100494d8debdd7a3f812433291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:54:59 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.3.1 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0cca8228..fa0c50a3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,7 +52,7 @@ jobs: coverage report - name: Upload coverage - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact