From 898f6db82fe7ed4c9d05104b4b6d0dd16fbe1471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:57:39 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.5.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 2a44d5d9..d26b9efe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -55,7 +55,7 @@ jobs: coverage report - name: Upload coverage - uses: codecov/codecov-action@v5.5.0 + uses: codecov/codecov-action@v5.5.1 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact