Skip to content

Commit d371c66

Browse files
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](codecov/codecov-action@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] <[email protected]>
1 parent ac72bca commit d371c66

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
@@ -85,7 +85,7 @@ jobs:
8585
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
8686
NODE_OPTIONS: ''
8787
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
88-
uses: codecov/codecov-action@v4
88+
uses: codecov/codecov-action@v5
8989
with:
9090
flags: macos-toolkit-unittests
9191
verbose: true
@@ -96,7 +96,7 @@ jobs:
9696
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
9797
NODE_OPTIONS: ''
9898
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
flags: macos-amazonq-unittests
102102
verbose: true
@@ -155,7 +155,7 @@ jobs:
155155
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
156156
NODE_OPTIONS: ''
157157
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
158-
uses: codecov/codecov-action@v4
158+
uses: codecov/codecov-action@v5
159159
with:
160160
flags: windows-unittests
161161
verbose: true

0 commit comments

Comments
 (0)