26
26
- name : Download artifact 📥
27
27
uses : actions/download-artifact@v3
28
28
with :
29
- name : base-notebook-amd64 -history_line
29
+ name : base-notebook-x86_64 -history_line
30
30
path : ${{ inputs.histLineDir }}
31
31
- name : Download artifact 📥
32
32
uses : actions/download-artifact@v3
36
36
- name : Download artifact 📥
37
37
uses : actions/download-artifact@v3
38
38
with :
39
- name : minimal-notebook-amd64 -history_line
39
+ name : minimal-notebook-x86_64 -history_line
40
40
path : ${{ inputs.histLineDir }}
41
41
- name : Download artifact 📥
42
42
uses : actions/download-artifact@v3
46
46
- name : Download artifact 📥
47
47
uses : actions/download-artifact@v3
48
48
with :
49
- name : scipy-notebook-amd64 -history_line
49
+ name : scipy-notebook-x86_64 -history_line
50
50
path : ${{ inputs.histLineDir }}
51
51
- name : Download artifact 📥
52
52
uses : actions/download-artifact@v3
@@ -56,12 +56,12 @@ runs:
56
56
- name : Download artifact 📥
57
57
uses : actions/download-artifact@v3
58
58
with :
59
- name : r-notebook-amd64 -history_line
59
+ name : r-notebook-x86_64 -history_line
60
60
path : ${{ inputs.histLineDir }}
61
61
- name : Download artifact 📥
62
62
uses : actions/download-artifact@v3
63
63
with :
64
- name : tensorflow-notebook-amd64 -history_line
64
+ name : tensorflow-notebook-x86_64 -history_line
65
65
path : ${{ inputs.histLineDir }}
66
66
- name : Download artifact 📥
67
67
uses : actions/download-artifact@v3
71
71
- name : Download artifact 📥
72
72
uses : actions/download-artifact@v3
73
73
with :
74
- name : datascience-notebook-amd64 -history_line
74
+ name : datascience-notebook-x86_64 -history_line
75
75
path : ${{ inputs.histLineDir }}
76
76
- name : Download artifact 📥
77
77
uses : actions/download-artifact@v3
81
81
- name : Download artifact 📥
82
82
uses : actions/download-artifact@v3
83
83
with :
84
- name : pyspark-notebook-amd64 -history_line
84
+ name : pyspark-notebook-x86_64 -history_line
85
85
path : ${{ inputs.histLineDir }}
86
86
- name : Download artifact 📥
87
87
uses : actions/download-artifact@v3
91
91
- name : Download artifact 📥
92
92
uses : actions/download-artifact@v3
93
93
with :
94
- name : all-spark-notebook-amd64 -history_line
94
+ name : all-spark-notebook-x86_64 -history_line
95
95
path : ${{ inputs.histLineDir }}
96
96
97
97
- name : Download artifact 📥
@@ -102,7 +102,7 @@ runs:
102
102
- name : Download artifact 📥
103
103
uses : actions/download-artifact@v3
104
104
with :
105
- name : base-notebook-amd64 -manifest
105
+ name : base-notebook-x86_64 -manifest
106
106
path : ${{ inputs.manifestDir }}
107
107
- name : Download artifact 📥
108
108
uses : actions/download-artifact@v3
@@ -112,7 +112,7 @@ runs:
112
112
- name : Download artifact 📥
113
113
uses : actions/download-artifact@v3
114
114
with :
115
- name : minimal-notebook-amd64 -manifest
115
+ name : minimal-notebook-x86_64 -manifest
116
116
path : ${{ inputs.manifestDir }}
117
117
- name : Download artifact 📥
118
118
uses : actions/download-artifact@v3
@@ -122,7 +122,7 @@ runs:
122
122
- name : Download artifact 📥
123
123
uses : actions/download-artifact@v3
124
124
with :
125
- name : scipy-notebook-amd64 -manifest
125
+ name : scipy-notebook-x86_64 -manifest
126
126
path : ${{ inputs.manifestDir }}
127
127
- name : Download artifact 📥
128
128
uses : actions/download-artifact@v3
@@ -132,12 +132,12 @@ runs:
132
132
- name : Download artifact 📥
133
133
uses : actions/download-artifact@v3
134
134
with :
135
- name : r-notebook-amd64 -manifest
135
+ name : r-notebook-x86_64 -manifest
136
136
path : ${{ inputs.manifestDir }}
137
137
- name : Download artifact 📥
138
138
uses : actions/download-artifact@v3
139
139
with :
140
- name : tensorflow-notebook-amd64 -manifest
140
+ name : tensorflow-notebook-x86_64 -manifest
141
141
path : ${{ inputs.manifestDir }}
142
142
- name : Download artifact 📥
143
143
uses : actions/download-artifact@v3
@@ -147,7 +147,7 @@ runs:
147
147
- name : Download artifact 📥
148
148
uses : actions/download-artifact@v3
149
149
with :
150
- name : datascience-notebook-amd64 -manifest
150
+ name : datascience-notebook-x86_64 -manifest
151
151
path : ${{ inputs.manifestDir }}
152
152
- name : Download artifact 📥
153
153
uses : actions/download-artifact@v3
@@ -157,7 +157,7 @@ runs:
157
157
- name : Download artifact 📥
158
158
uses : actions/download-artifact@v3
159
159
with :
160
- name : pyspark-notebook-amd64 -manifest
160
+ name : pyspark-notebook-x86_64 -manifest
161
161
path : ${{ inputs.manifestDir }}
162
162
- name : Download artifact 📥
163
163
uses : actions/download-artifact@v3
@@ -167,5 +167,5 @@ runs:
167
167
- name : Download artifact 📥
168
168
uses : actions/download-artifact@v3
169
169
with :
170
- name : all-spark-notebook-amd64 -manifest
170
+ name : all-spark-notebook-x86_64 -manifest
171
171
path : ${{ inputs.manifestDir }}
0 commit comments