From 80f2158f5785abfe6773ef7aed82d1c6d7b78c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:42:33 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .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 c9d0b287..b6dbf8f7 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@v4.5.0 + uses: codecov/codecov-action@v5.0.2 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact