68
68
zipinfo -1 build/builder.pyz
69
69
70
70
- name : Artifact builder
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : builder
74
74
path : build/builder.pyz
86
86
uses : actions/checkout@v4
87
87
88
88
- name : Install builder
89
- uses : actions/download-artifact@v4.1.7
89
+ uses : actions/download-artifact@v4
90
90
with :
91
91
name : builder
92
92
path : .
@@ -148,7 +148,7 @@ jobs:
148
148
uses : actions/checkout@v4
149
149
150
150
- name : Install builder
151
- uses : actions/download-artifact@v4.1.7
151
+ uses : actions/download-artifact@v4
152
152
with :
153
153
name : builder
154
154
path : .
@@ -186,7 +186,7 @@ jobs:
186
186
uses : actions/checkout@v4
187
187
188
188
- name : Install builder
189
- uses : actions/download-artifact@v4.1.7
189
+ uses : actions/download-artifact@v4
190
190
with :
191
191
name : builder
192
192
path : .
@@ -208,7 +208,7 @@ jobs:
208
208
uses : actions/checkout@v4
209
209
210
210
- name : Install builder
211
- uses : actions/download-artifact@v4.1.7
211
+ uses : actions/download-artifact@v4
212
212
with :
213
213
name : builder
214
214
path : .
@@ -230,7 +230,7 @@ jobs:
230
230
runs-on : ubuntu-latest
231
231
steps :
232
232
- name : Install builder
233
- uses : actions/download-artifact@v4.1.7
233
+ uses : actions/download-artifact@v4
234
234
with :
235
235
name : builder
236
236
path : .
@@ -258,7 +258,7 @@ jobs:
258
258
uses : actions/checkout@v4
259
259
260
260
- name : Install builder
261
- uses : actions/download-artifact@v4.1.7
261
+ uses : actions/download-artifact@v4
262
262
with :
263
263
name : builder
264
264
path : .
0 commit comments