File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 run : redis-cli ping
3535
3636 - name : Setup Node.js
37- uses : actions/setup-node@v3
37+ uses : actions/setup-node@v4
3838 with :
3939 node-version : ' lts/*'
4040 cache : ' npm'
5959
6060 - name : Store assets
6161 if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
62- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : assets
6565 path : umd/
8181
8282 steps :
8383 - name : Download assets
84- uses : actions/download-artifact@v3
84+ uses : actions/download-artifact@v4
8585 with :
8686 name : assets
8787 path : umd
9191 working-directory : umd
9292
9393 - name : Configure AWS credentials
94- uses : aws-actions/configure-aws-credentials@v1-node16
94+ uses : aws-actions/configure-aws-credentials@v4
9595 with :
9696 role-to-assume : arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
9797 aws-region : us-east-1
@@ -120,7 +120,7 @@ jobs:
120120
121121 steps :
122122 - name : Download assets
123- uses : actions/download-artifact@v3
123+ uses : actions/download-artifact@v4
124124 with :
125125 name : assets
126126 path : umd
@@ -130,7 +130,7 @@ jobs:
130130 working-directory : umd
131131
132132 - name : Configure AWS credentials
133- uses : aws-actions/configure-aws-credentials@v1-node16
133+ uses : aws-actions/configure-aws-credentials@v4
134134 with :
135135 role-to-assume : arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
136136 aws-region : us-east-1
You can’t perform that action at this time.
0 commit comments