@@ -20,258 +20,258 @@ runs:
20
20
using : composite
21
21
steps :
22
22
- name : Download artifact 📥
23
- uses : actions/download-artifact@v4
23
+ uses : actions/download-artifact@v3
24
24
with :
25
25
name : docker-stacks-foundation-aarch64-history_line
26
26
path : ${{ inputs.hist-lines-dir }}
27
27
- name : Download artifact 📥
28
- uses : actions/download-artifact@v4
28
+ uses : actions/download-artifact@v3
29
29
with :
30
30
name : docker-stacks-foundation-x86_64-history_line
31
31
path : ${{ inputs.hist-lines-dir }}
32
32
- name : Download artifact 📥
33
- uses : actions/download-artifact@v4
33
+ uses : actions/download-artifact@v3
34
34
with :
35
35
name : base-notebook-aarch64-history_line
36
36
path : ${{ inputs.hist-lines-dir }}
37
37
- name : Download artifact 📥
38
- uses : actions/download-artifact@v4
38
+ uses : actions/download-artifact@v3
39
39
with :
40
40
name : base-notebook-x86_64-history_line
41
41
path : ${{ inputs.hist-lines-dir }}
42
42
- name : Download artifact 📥
43
- uses : actions/download-artifact@v4
43
+ uses : actions/download-artifact@v3
44
44
if : inputs.fast-build == 'false'
45
45
with :
46
46
name : minimal-notebook-aarch64-history_line
47
47
path : ${{ inputs.hist-lines-dir }}
48
48
- name : Download artifact 📥
49
- uses : actions/download-artifact@v4
49
+ uses : actions/download-artifact@v3
50
50
if : inputs.fast-build == 'false'
51
51
with :
52
52
name : minimal-notebook-x86_64-history_line
53
53
path : ${{ inputs.hist-lines-dir }}
54
54
- name : Download artifact 📥
55
- uses : actions/download-artifact@v4
55
+ uses : actions/download-artifact@v3
56
56
if : inputs.fast-build == 'false'
57
57
with :
58
58
name : scipy-notebook-aarch64-history_line
59
59
path : ${{ inputs.hist-lines-dir }}
60
60
- name : Download artifact 📥
61
- uses : actions/download-artifact@v4
61
+ uses : actions/download-artifact@v3
62
62
if : inputs.fast-build == 'false'
63
63
with :
64
64
name : scipy-notebook-x86_64-history_line
65
65
path : ${{ inputs.hist-lines-dir }}
66
66
- name : Download artifact 📥
67
- uses : actions/download-artifact@v4
67
+ uses : actions/download-artifact@v3
68
68
if : inputs.fast-build == 'false'
69
69
with :
70
70
name : r-notebook-aarch64-history_line
71
71
path : ${{ inputs.hist-lines-dir }}
72
72
- name : Download artifact 📥
73
- uses : actions/download-artifact@v4
73
+ uses : actions/download-artifact@v3
74
74
if : inputs.fast-build == 'false'
75
75
with :
76
76
name : r-notebook-x86_64-history_line
77
77
path : ${{ inputs.hist-lines-dir }}
78
78
- name : Download artifact 📥
79
- uses : actions/download-artifact@v4
79
+ uses : actions/download-artifact@v3
80
80
if : inputs.fast-build == 'false'
81
81
with :
82
82
name : julia-notebook-aarch64-history_line
83
83
path : ${{ inputs.hist-lines-dir }}
84
84
- name : Download artifact 📥
85
- uses : actions/download-artifact@v4
85
+ uses : actions/download-artifact@v3
86
86
if : inputs.fast-build == 'false'
87
87
with :
88
88
name : julia-notebook-x86_64-history_line
89
89
path : ${{ inputs.hist-lines-dir }}
90
90
- name : Download artifact 📥
91
- uses : actions/download-artifact@v4
91
+ uses : actions/download-artifact@v3
92
92
if : inputs.fast-build == 'false'
93
93
with :
94
94
name : tensorflow-notebook-aarch64-history_line
95
95
path : ${{ inputs.hist-lines-dir }}
96
96
- name : Download artifact 📥
97
- uses : actions/download-artifact@v4
97
+ uses : actions/download-artifact@v3
98
98
if : inputs.fast-build == 'false'
99
99
with :
100
100
name : tensorflow-notebook-x86_64-history_line
101
101
path : ${{ inputs.hist-lines-dir }}
102
102
- name : Download artifact 📥
103
- uses : actions/download-artifact@v4
103
+ uses : actions/download-artifact@v3
104
104
if : inputs.fast-build == 'false'
105
105
with :
106
106
name : pytorch-notebook-aarch64-history_line
107
107
path : ${{ inputs.hist-lines-dir }}
108
108
- name : Download artifact 📥
109
- uses : actions/download-artifact@v4
109
+ uses : actions/download-artifact@v3
110
110
if : inputs.fast-build == 'false'
111
111
with :
112
112
name : pytorch-notebook-x86_64-history_line
113
113
path : ${{ inputs.hist-lines-dir }}
114
114
- name : Download artifact 📥
115
- uses : actions/download-artifact@v4
115
+ uses : actions/download-artifact@v3
116
116
if : inputs.fast-build == 'false'
117
117
with :
118
118
name : datascience-notebook-aarch64-history_line
119
119
path : ${{ inputs.hist-lines-dir }}
120
120
- name : Download artifact 📥
121
- uses : actions/download-artifact@v4
121
+ uses : actions/download-artifact@v3
122
122
if : inputs.fast-build == 'false'
123
123
with :
124
124
name : datascience-notebook-x86_64-history_line
125
125
path : ${{ inputs.hist-lines-dir }}
126
126
- name : Download artifact 📥
127
- uses : actions/download-artifact@v4
127
+ uses : actions/download-artifact@v3
128
128
if : inputs.fast-build == 'false'
129
129
with :
130
130
name : pyspark-notebook-aarch64-history_line
131
131
path : ${{ inputs.hist-lines-dir }}
132
132
- name : Download artifact 📥
133
- uses : actions/download-artifact@v4
133
+ uses : actions/download-artifact@v3
134
134
if : inputs.fast-build == 'false'
135
135
with :
136
136
name : pyspark-notebook-x86_64-history_line
137
137
path : ${{ inputs.hist-lines-dir }}
138
138
- name : Download artifact 📥
139
- uses : actions/download-artifact@v4
139
+ uses : actions/download-artifact@v3
140
140
if : inputs.fast-build == 'false'
141
141
with :
142
142
name : all-spark-notebook-aarch64-history_line
143
143
path : ${{ inputs.hist-lines-dir }}
144
144
- name : Download artifact 📥
145
- uses : actions/download-artifact@v4
145
+ uses : actions/download-artifact@v3
146
146
if : inputs.fast-build == 'false'
147
147
with :
148
148
name : all-spark-notebook-x86_64-history_line
149
149
path : ${{ inputs.hist-lines-dir }}
150
150
151
151
- name : Download artifact 📥
152
- uses : actions/download-artifact@v4
152
+ uses : actions/download-artifact@v3
153
153
with :
154
154
name : docker-stacks-foundation-aarch64-manifest
155
155
path : ${{ inputs.manifests-dir }}
156
156
- name : Download artifact 📥
157
- uses : actions/download-artifact@v4
157
+ uses : actions/download-artifact@v3
158
158
with :
159
159
name : docker-stacks-foundation-x86_64-manifest
160
160
path : ${{ inputs.manifests-dir }}
161
161
- name : Download artifact 📥
162
- uses : actions/download-artifact@v4
162
+ uses : actions/download-artifact@v3
163
163
with :
164
164
name : base-notebook-aarch64-manifest
165
165
path : ${{ inputs.manifests-dir }}
166
166
- name : Download artifact 📥
167
- uses : actions/download-artifact@v4
167
+ uses : actions/download-artifact@v3
168
168
with :
169
169
name : base-notebook-x86_64-manifest
170
170
path : ${{ inputs.manifests-dir }}
171
171
- name : Download artifact 📥
172
- uses : actions/download-artifact@v4
172
+ uses : actions/download-artifact@v3
173
173
if : inputs.fast-build == 'false'
174
174
with :
175
175
name : minimal-notebook-aarch64-manifest
176
176
path : ${{ inputs.manifests-dir }}
177
177
- name : Download artifact 📥
178
- uses : actions/download-artifact@v4
178
+ uses : actions/download-artifact@v3
179
179
if : inputs.fast-build == 'false'
180
180
with :
181
181
name : minimal-notebook-x86_64-manifest
182
182
path : ${{ inputs.manifests-dir }}
183
183
- name : Download artifact 📥
184
- uses : actions/download-artifact@v4
184
+ uses : actions/download-artifact@v3
185
185
if : inputs.fast-build == 'false'
186
186
with :
187
187
name : scipy-notebook-aarch64-manifest
188
188
path : ${{ inputs.manifests-dir }}
189
189
- name : Download artifact 📥
190
- uses : actions/download-artifact@v4
190
+ uses : actions/download-artifact@v3
191
191
if : inputs.fast-build == 'false'
192
192
with :
193
193
name : scipy-notebook-x86_64-manifest
194
194
path : ${{ inputs.manifests-dir }}
195
195
- name : Download artifact 📥
196
- uses : actions/download-artifact@v4
196
+ uses : actions/download-artifact@v3
197
197
if : inputs.fast-build == 'false'
198
198
with :
199
199
name : r-notebook-aarch64-manifest
200
200
path : ${{ inputs.manifests-dir }}
201
201
- name : Download artifact 📥
202
- uses : actions/download-artifact@v4
202
+ uses : actions/download-artifact@v3
203
203
if : inputs.fast-build == 'false'
204
204
with :
205
205
name : r-notebook-x86_64-manifest
206
206
path : ${{ inputs.manifests-dir }}
207
207
- name : Download artifact 📥
208
- uses : actions/download-artifact@v4
208
+ uses : actions/download-artifact@v3
209
209
if : inputs.fast-build == 'false'
210
210
with :
211
211
name : julia-notebook-aarch64-manifest
212
212
path : ${{ inputs.manifests-dir }}
213
213
- name : Download artifact 📥
214
- uses : actions/download-artifact@v4
214
+ uses : actions/download-artifact@v3
215
215
if : inputs.fast-build == 'false'
216
216
with :
217
217
name : julia-notebook-x86_64-manifest
218
218
path : ${{ inputs.manifests-dir }}
219
219
- name : Download artifact 📥
220
- uses : actions/download-artifact@v4
220
+ uses : actions/download-artifact@v3
221
221
if : inputs.fast-build == 'false'
222
222
with :
223
223
name : tensorflow-notebook-aarch64-manifest
224
224
path : ${{ inputs.manifests-dir }}
225
225
- name : Download artifact 📥
226
- uses : actions/download-artifact@v4
226
+ uses : actions/download-artifact@v3
227
227
if : inputs.fast-build == 'false'
228
228
with :
229
229
name : tensorflow-notebook-x86_64-manifest
230
230
path : ${{ inputs.manifests-dir }}
231
231
- name : Download artifact 📥
232
- uses : actions/download-artifact@v4
232
+ uses : actions/download-artifact@v3
233
233
if : inputs.fast-build == 'false'
234
234
with :
235
235
name : pytorch-notebook-aarch64-manifest
236
236
path : ${{ inputs.manifests-dir }}
237
237
- name : Download artifact 📥
238
- uses : actions/download-artifact@v4
238
+ uses : actions/download-artifact@v3
239
239
if : inputs.fast-build == 'false'
240
240
with :
241
241
name : pytorch-notebook-x86_64-manifest
242
242
path : ${{ inputs.manifests-dir }}
243
243
- name : Download artifact 📥
244
- uses : actions/download-artifact@v4
244
+ uses : actions/download-artifact@v3
245
245
if : inputs.fast-build == 'false'
246
246
with :
247
247
name : datascience-notebook-aarch64-manifest
248
248
path : ${{ inputs.manifests-dir }}
249
249
- name : Download artifact 📥
250
- uses : actions/download-artifact@v4
250
+ uses : actions/download-artifact@v3
251
251
if : inputs.fast-build == 'false'
252
252
with :
253
253
name : datascience-notebook-x86_64-manifest
254
254
path : ${{ inputs.manifests-dir }}
255
255
- name : Download artifact 📥
256
- uses : actions/download-artifact@v4
256
+ uses : actions/download-artifact@v3
257
257
if : inputs.fast-build == 'false'
258
258
with :
259
259
name : pyspark-notebook-aarch64-manifest
260
260
path : ${{ inputs.manifests-dir }}
261
261
- name : Download artifact 📥
262
- uses : actions/download-artifact@v4
262
+ uses : actions/download-artifact@v3
263
263
if : inputs.fast-build == 'false'
264
264
with :
265
265
name : pyspark-notebook-x86_64-manifest
266
266
path : ${{ inputs.manifests-dir }}
267
267
- name : Download artifact 📥
268
- uses : actions/download-artifact@v4
268
+ uses : actions/download-artifact@v3
269
269
if : inputs.fast-build == 'false'
270
270
with :
271
271
name : all-spark-notebook-aarch64-manifest
272
272
path : ${{ inputs.manifests-dir }}
273
273
- name : Download artifact 📥
274
- uses : actions/download-artifact@v4
274
+ uses : actions/download-artifact@v3
275
275
if : inputs.fast-build == 'false'
276
276
with :
277
277
name : all-spark-notebook-x86_64-manifest
0 commit comments