@@ -138,19 +138,19 @@ jobs:
138
138
with :
139
139
node-version : ${{ matrix.node-version }}
140
140
- name : Download Engine
141
- uses : actions/download-artifact@v3
141
+ uses : actions/download-artifact@v4
142
142
with :
143
143
name : fastly-release
144
144
- name : Download Engine
145
- uses : actions/download-artifact@v3
145
+ uses : actions/download-artifact@v4
146
146
with :
147
147
name : fastly-debug
148
148
- name : Download Engine
149
- uses : actions/download-artifact@v3
149
+ uses : actions/download-artifact@v4
150
150
with :
151
151
name : fastly-weval
152
152
- name : Download Engine Weval Cache
153
- uses : actions/download-artifact@v3
153
+ uses : actions/download-artifact@v4
154
154
with :
155
155
name : fastly-weval-ic-cache
156
156
- run : npm install
@@ -176,7 +176,7 @@ jobs:
176
176
key : crate-cache-wasm-tools-${{ env.wasm-tools_version }}
177
177
- name : Build with full debug info
178
178
run : npm run build:debug:info
179
- - uses : actions/upload-artifact@v3
179
+ - uses : actions/upload-artifact@v4
180
180
with :
181
181
if-no-files-found : error
182
182
name : fastly-debug
@@ -209,12 +209,12 @@ jobs:
209
209
- name : Build
210
210
if : matrix.profile == 'weval'
211
211
run : npm run build:weval
212
- - uses : actions/upload-artifact@v3
212
+ - uses : actions/upload-artifact@v4
213
213
with :
214
214
if-no-files-found : error
215
215
name : fastly-${{ matrix.profile }}
216
216
path : fastly${{ matrix.profile == 'debug' && '.debug.wasm' || (matrix.profile == 'weval' && '-weval.wasm' || '.wasm') }}
217
- - uses : actions/upload-artifact@v3
217
+ - uses : actions/upload-artifact@v4
218
218
if : matrix.profile == 'weval'
219
219
with :
220
220
name : fastly-${{ matrix.profile }}-ic-cache
@@ -234,7 +234,7 @@ jobs:
234
234
node-version : ' lts/*'
235
235
236
236
- name : Download Engine
237
- uses : actions/download-artifact@v3
237
+ uses : actions/download-artifact@v4
238
238
with :
239
239
name : fastly-debug
240
240
@@ -282,13 +282,13 @@ jobs:
282
282
node-version : ' lts/*'
283
283
284
284
- name : Download Engine
285
- uses : actions/download-artifact@v3
285
+ uses : actions/download-artifact@v4
286
286
with :
287
287
name : fastly-${{ matrix.profile }}
288
288
289
289
- name : Download Engine Weval Cache
290
290
if : matrix.profile == 'weval'
291
- uses : actions/download-artifact@v3
291
+ uses : actions/download-artifact@v4
292
292
with :
293
293
name : fastly-weval-ic-cache
294
294
@@ -362,11 +362,11 @@ jobs:
362
362
key : crate-cache-wasm-tools-${{ env.wasm-tools_version }}
363
363
364
364
- name : Download Engine
365
- uses : actions/download-artifact@v3
365
+ uses : actions/download-artifact@v4
366
366
with :
367
367
name : fastly-${{ matrix.profile }}
368
368
- name : Download Engine (AOT weval cache)
369
- uses : actions/download-artifact@v3
369
+ uses : actions/download-artifact@v4
370
370
if : matrix.profile == 'weval'
371
371
with :
372
372
name : fastly-${{ matrix.profile }}-ic-cache
@@ -426,7 +426,7 @@ jobs:
426
426
key : crate-cache-wasm-tools-${{ env.wasm-tools_version }}
427
427
428
428
- name : Download Engine
429
- uses : actions/download-artifact@v3
429
+ uses : actions/download-artifact@v4
430
430
with :
431
431
name : fastly-debug
432
432
0 commit comments