From d2ef7a2d6b26f3b10ada4296d054dc6e22146d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:46:28 +0000 Subject: [PATCH] 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 02e005d..cbe893f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: - name: Run tests run: "pytest --cov=myloginpath test" - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - name: Build distribution run: "python -m build ."