Skip to content

Commit efb09dc

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 68448ed + 22cdb50 commit efb09dc

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)