From ef34ed8984658277f6d13f2cddf4997bb73c2214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:33:43 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/all-pull-request.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-pull-request.yml b/.github/workflows/all-pull-request.yml index 45a09b4..79d5fe6 100644 --- a/.github/workflows/all-pull-request.yml +++ b/.github/workflows/all-pull-request.yml @@ -28,4 +28,4 @@ jobs: - run: npm run b-test env: PROJECT_ID: ${{ secrets.PROJECT_ID }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4abab2b..ec879fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - run: npm run b-test env: PROJECT_ID: ${{ secrets.PROJECT_ID }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - run: npm publish || true env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}