From d5e6d88eec1be53300705ab9cea0ee47046735c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:57:24 +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 cbe893f..ad0709a 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@v4 + - uses: codecov/codecov-action@v5 - name: Build distribution run: "python -m build ."