From 3ec4b0f363e6eca4cad95ea1169343660f0923a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:20:09 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/tox-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index a6e133d5..166ccebd 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -100,7 +100,7 @@ jobs: - name: Run Tox run: tox -e py311 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.1.0 with: fail_ci_if_error: true verbose: true