From e80fc47d314b357d1b5a818eb63aa23898f3918f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:08:41 +0000 Subject: [PATCH] deps: bump codecov/codecov-action in the github-actions group Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a4d9827b831..b9e1529958f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -85,7 +85,7 @@ jobs: # Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475 NODE_OPTIONS: '' if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: macos-toolkit-unittests verbose: true @@ -96,7 +96,7 @@ jobs: # Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475 NODE_OPTIONS: '' if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: macos-amazonq-unittests verbose: true @@ -155,7 +155,7 @@ jobs: # Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475 NODE_OPTIONS: '' if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: windows-unittests verbose: true