From 24fcb6b37ab77c1085087bd63f524bb754b18d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:04:18 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e76a0166..f36febc1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -150,7 +150,7 @@ jobs: wait-on: 'http://localhost:3000, http://localhost:8000' - name: 📤 Upload Code coverage to Codecov if: ${{ !github.event.act }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - uses: actions/upload-artifact@v4 if: failure()