From 317ad9bfbac3b48190f649c9b9d65b799bd5b1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 02:33:04 +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 3369607..533f5e4 100644 --- a/.github/workflows/all-pull-request.yml +++ b/.github/workflows/all-pull-request.yml @@ -34,4 +34,4 @@ jobs: PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }} PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} CLIENT_ID: ${{ secrets.CLIENT_ID }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49d929e..9b951dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }} PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} CLIENT_ID: ${{ secrets.CLIENT_ID }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - run: npm publish || true env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}