From 0b555501329ffc20b23fa9fa77ccd2505bf7ba94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:41:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 0c7400b5..d813a56d 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@v5 name: Test