File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Store assets
80
80
if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : assets
84
84
path : umd/
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
steps :
102
102
- name : Download assets
103
- uses : actions/download-artifact@v3
103
+ uses : actions/download-artifact@v4
104
104
with :
105
105
name : assets
106
106
path : umd
@@ -110,7 +110,7 @@ jobs:
110
110
working-directory : umd
111
111
112
112
- name : Configure AWS credentials
113
- uses : aws-actions/configure-aws-credentials@v1-node16
113
+ uses : aws-actions/configure-aws-credentials@v4
114
114
with :
115
115
role-to-assume : arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
116
116
aws-region : us-east-1
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
steps :
141
141
- name : Download assets
142
- uses : actions/download-artifact@v3
142
+ uses : actions/download-artifact@v4
143
143
with :
144
144
name : assets
145
145
path : umd
@@ -149,7 +149,7 @@ jobs:
149
149
working-directory : umd
150
150
151
151
- name : Configure AWS credentials
152
- uses : aws-actions/configure-aws-credentials@v1-node16
152
+ uses : aws-actions/configure-aws-credentials@v4
153
153
with :
154
154
role-to-assume : arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
155
155
aws-region : us-east-1
You can’t perform that action at this time.
0 commit comments