File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
run : redis-cli ping
35
35
36
36
- name : Setup Node.js
37
- uses : actions/setup-node@v3
37
+ uses : actions/setup-node@v4
38
38
with :
39
39
node-version : ' lts/*'
40
40
cache : ' npm'
59
59
60
60
- name : Store assets
61
61
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
63
63
with :
64
64
name : assets
65
65
path : umd/
81
81
82
82
steps :
83
83
- name : Download assets
84
- uses : actions/download-artifact@v3
84
+ uses : actions/download-artifact@v4
85
85
with :
86
86
name : assets
87
87
path : umd
91
91
working-directory : umd
92
92
93
93
- name : Configure AWS credentials
94
- uses : aws-actions/configure-aws-credentials@v1-node16
94
+ uses : aws-actions/configure-aws-credentials@v4
95
95
with :
96
96
role-to-assume : arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
97
97
aws-region : us-east-1
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
steps :
122
122
- name : Download assets
123
- uses : actions/download-artifact@v3
123
+ uses : actions/download-artifact@v4
124
124
with :
125
125
name : assets
126
126
path : umd
@@ -130,7 +130,7 @@ jobs:
130
130
working-directory : umd
131
131
132
132
- name : Configure AWS credentials
133
- uses : aws-actions/configure-aws-credentials@v1-node16
133
+ uses : aws-actions/configure-aws-credentials@v4
134
134
with :
135
135
role-to-assume : arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
136
136
aws-region : us-east-1
Original file line number Diff line number Diff line change 1
- Copyright © 2024 Split Software, Inc.
1
+ Copyright © 2025 Split Software, Inc.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments