Skip to content

Commit eaa142b

Browse files
Revert "build(deps): bump the github-actions group with 1 update (#38… (#3834)
Revert "build(deps): bump the github-actions group with 1 update (#3830)" This reverts commit c2ae027.
1 parent 60839f5 commit eaa142b

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
@@ -37,7 +37,7 @@ jobs:
3737
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
3838
NODE_OPTIONS: ''
3939
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
4141
with:
4242
verbose: true
4343
file: ./coverage/coverage-final.json
@@ -47,7 +47,7 @@ jobs:
4747
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
4848
NODE_OPTIONS: ''
4949
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
5151
with:
5252
verbose: true
5353
file: ./coverage/coverage-final.json
@@ -77,7 +77,7 @@ jobs:
7777
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
7878
NODE_OPTIONS: ''
7979
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
8181
with:
8282
verbose: true
8383
file: ./coverage/coverage-final.json

0 commit comments

Comments
 (0)