From c1ed35ac0e151556772d874956204b86c7e9a4a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:14:21 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.5.0 --- .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 413f435a..01122562 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.4.3 + uses: codecov/codecov-action@v5.5.0 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact