From 2dd891e243fe920780f52e4333b3514a54a17706 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:13:25 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7319acec4..45545b6ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,12 +29,12 @@ jobs: yarn test env: CI: true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: name: jest token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: name: e2e token: ${{ secrets.CODECOV_TOKEN }}