From f953c52021a48620d064ba5e0c5e6ded19cdd6b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:41:21 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b02eff0..87726163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - run: pnpm lint - run: pnpm test -- --coverage - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 create_tgz: runs-on: ubuntu-latest steps: