@@ -138,19 +138,19 @@ jobs:
138138      with :
139139        node-version : ${{ matrix.node-version }} 
140140    - name : Download Engine 
141-       uses : actions/download-artifact@v3  
141+       uses : actions/download-artifact@v4  
142142      with :
143143        name : fastly-release 
144144    - name : Download Engine 
145-       uses : actions/download-artifact@v3  
145+       uses : actions/download-artifact@v4  
146146      with :
147147        name : fastly-debug 
148148    - name : Download Engine 
149-       uses : actions/download-artifact@v3  
149+       uses : actions/download-artifact@v4  
150150      with :
151151        name : fastly-weval 
152152    - name : Download Engine Weval Cache 
153-       uses : actions/download-artifact@v3  
153+       uses : actions/download-artifact@v4  
154154      with :
155155        name : fastly-weval-ic-cache 
156156    - run : npm install 
@@ -176,7 +176,7 @@ jobs:
176176        key : crate-cache-wasm-tools-${{ env.wasm-tools_version }} 
177177    - name : Build with full debug info 
178178      run : npm run build:debug:info 
179-     - uses : actions/upload-artifact@v3  
179+     - uses : actions/upload-artifact@v4  
180180      with :
181181        if-no-files-found : error 
182182        name : fastly-debug 
@@ -209,12 +209,12 @@ jobs:
209209    - name : Build 
210210      if : matrix.profile == 'weval' 
211211      run : npm run build:weval 
212-     - uses : actions/upload-artifact@v3  
212+     - uses : actions/upload-artifact@v4  
213213      with :
214214        if-no-files-found : error 
215215        name : fastly-${{ matrix.profile }} 
216216        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  
218218      if : matrix.profile == 'weval' 
219219      with :
220220        name : fastly-${{ matrix.profile }}-ic-cache 
@@ -234,7 +234,7 @@ jobs:
234234        node-version : ' lts/*' 
235235
236236    - name : Download Engine 
237-       uses : actions/download-artifact@v3  
237+       uses : actions/download-artifact@v4  
238238      with :
239239        name : fastly-debug 
240240
@@ -282,13 +282,13 @@ jobs:
282282        node-version : ' lts/*' 
283283
284284    - name : Download Engine 
285-       uses : actions/download-artifact@v3  
285+       uses : actions/download-artifact@v4  
286286      with :
287287        name : fastly-${{ matrix.profile }} 
288288
289289    - name : Download Engine Weval Cache 
290290      if : matrix.profile == 'weval' 
291-       uses : actions/download-artifact@v3  
291+       uses : actions/download-artifact@v4  
292292      with :
293293        name : fastly-weval-ic-cache 
294294
@@ -362,11 +362,11 @@ jobs:
362362        key : crate-cache-wasm-tools-${{ env.wasm-tools_version }} 
363363
364364    - name : Download Engine 
365-       uses : actions/download-artifact@v3  
365+       uses : actions/download-artifact@v4  
366366      with :
367367        name : fastly-${{ matrix.profile }} 
368368    - name : Download Engine (AOT weval cache) 
369-       uses : actions/download-artifact@v3  
369+       uses : actions/download-artifact@v4  
370370      if : matrix.profile == 'weval' 
371371      with :
372372        name : fastly-${{ matrix.profile }}-ic-cache 
@@ -426,7 +426,7 @@ jobs:
426426        key : crate-cache-wasm-tools-${{ env.wasm-tools_version }} 
427427
428428    - name : Download Engine 
429-       uses : actions/download-artifact@v3  
429+       uses : actions/download-artifact@v4  
430430      with :
431431        name : fastly-debug 
432432
0 commit comments