File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
86
86
NODE_OPTIONS : ' '
87
87
if : ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
88
- uses : codecov/codecov-action@v4
88
+ uses : codecov/codecov-action@v5
89
89
with :
90
90
flags : macos-toolkit-unittests
91
91
verbose : true
96
96
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
97
97
NODE_OPTIONS : ' '
98
98
if : ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
99
- uses : codecov/codecov-action@v4
99
+ uses : codecov/codecov-action@v5
100
100
with :
101
101
flags : macos-amazonq-unittests
102
102
verbose : true
@@ -155,7 +155,7 @@ jobs:
155
155
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
156
156
NODE_OPTIONS : ' '
157
157
if : ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
158
- uses : codecov/codecov-action@v4
158
+ uses : codecov/codecov-action@v5
159
159
with :
160
160
flags : windows-unittests
161
161
verbose : true
You can’t perform that action at this time.
0 commit comments