From 186a0acadf1620d486592eb466e376179d36aa4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:47:55 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c7400b..747261b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: - uses: ./.github/actions/prepare - run: pnpm run test --coverage - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 name: Test