From 686e1830d184fe8300cc45b386d4adb7b8b6c0a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:40:13 +0200 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#1053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 76b31cbc..18463041 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -34,4 +34,4 @@ jobs: - run: pnpm run format:check - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 97a19db3..afd4d934 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -34,7 +34,7 @@ jobs: - run: pnpm run build - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 generate-docs: runs-on: ubuntu-latest