From e1dc9b5c0260aa0452952b712c8025380b9c9960 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:36:21 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/pull-request.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b24a248..2b447f5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,4 +19,4 @@ jobs: - run: yarn test env: CI: true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 15ebe5e..7c8134f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,4 +19,4 @@ jobs: - run: yarn install - run: yarn run test - run: yarn run build - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4