From 8b65f054ecb8b693f6d0b97c85f924fae4eb42b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:09:34 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.2.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 5a274d836..55dab1492 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.0.1 + uses: codecov/codecov-action@v4.2.0 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact