From 6d1876054c7609e9c5eeedb35641ee5607c92672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:28:48 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 8a5ac4ee..97212662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: pnpm test:types - run: pnpm build - run: pnpm vitest --coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: nightly release if: | github.event_name == 'push' &&