Skip to content

Commit c2ae027

Browse files
build(deps): bump the github-actions group with 1 update (#3830)
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1005e9 commit c2ae027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
3838
NODE_OPTIONS: ''
3939
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
4141
with:
4242
verbose: true
4343
file: ./coverage/coverage-final.json
@@ -47,7 +47,7 @@ jobs:
4747
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
4848
NODE_OPTIONS: ''
4949
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
50-
uses: codecov/codecov-action@v3
50+
uses: codecov/codecov-action@v4
5151
with:
5252
verbose: true
5353
file: ./coverage/coverage-final.json
@@ -77,7 +77,7 @@ jobs:
7777
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
7878
NODE_OPTIONS: ''
7979
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
80-
uses: codecov/codecov-action@v3
80+
uses: codecov/codecov-action@v4
8181
with:
8282
verbose: true
8383
file: ./coverage/coverage-final.json

0 commit comments

Comments
 (0)