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 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
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
You can’t perform that action at this time.
0 commit comments