From 9c36abddbc7452d6d2cf1025f4cb6acaa7612b45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:56:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.0.2 --- .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..6e0cac88c 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.0.2 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact