From 7ccfbfbafbda527a2ea310865f0141cac2ed5879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:28:28 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f4e52d7..5a461b29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,6 @@ jobs: run: pnpm install - run: pnpm lint && [ -z "$(git status --porcelain)" ] - run: pnpm test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage/lcov.info