From b32e98591a785f3e9ae443b2fed4e6c9b568ab8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:08:41 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade codecov/codecov-action action to v4 --- .github/workflows/ci:test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci:test.yml b/.github/workflows/ci:test.yml index c58eef6..9223cb9 100644 --- a/.github/workflows/ci:test.yml +++ b/.github/workflows/ci:test.yml @@ -20,6 +20,6 @@ jobs: run: yarn ci:test - name: Publish coverage report 📃 - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true