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 37
37
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
38
38
NODE_OPTIONS : ' '
39
39
if : ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
40
- uses : codecov/codecov-action@v4
40
+ uses : codecov/codecov-action@v3
41
41
with :
42
42
verbose : true
43
43
file : ./coverage/coverage-final.json
47
47
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
48
48
NODE_OPTIONS : ' '
49
49
if : ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
50
- uses : codecov/codecov-action@v4
50
+ uses : codecov/codecov-action@v3
51
51
with :
52
52
verbose : true
53
53
file : ./coverage/coverage-final.json
77
77
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
78
78
NODE_OPTIONS : ' '
79
79
if : ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
80
- uses : codecov/codecov-action@v4
80
+ uses : codecov/codecov-action@v3
81
81
with :
82
82
verbose : true
83
83
file : ./coverage/coverage-final.json
You can’t perform that action at this time.
0 commit comments