From c0bc52e9faa22d54164985d98d9ab56306bbee88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:32:15 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .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 1c93d06c..90b6c5aa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,7 +66,7 @@ jobs: coverage report - name: Upload coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact