File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203        targets : wasm32-wasi 
204204
205205    - name : Download All Artifacts 
206-       uses : actions/download-artifact@v4  
206+       uses : actions/download-artifact@v5  
207207      with :
208208        path : artifacts/ 
209209
@@ -337,7 +337,7 @@ jobs:
337337      uses : actions/checkout@v4 
338338
339339    - name : Download All Build Artifacts 
340-       uses : actions/download-artifact@v4  
340+       uses : actions/download-artifact@v5  
341341      with :
342342        path : artifacts/ 
343343
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149      uses : actions/checkout@v4 
150150
151151    - name : Download Component Artifacts 
152-       uses : actions/download-artifact@v4  
152+       uses : actions/download-artifact@v5  
153153      with :
154154        name : wasm-components 
155155        path : artifacts/ 
@@ -291,7 +291,7 @@ jobs:
291291      uses : actions/checkout@v4 
292292
293293    - name : Download Component Artifacts 
294-       uses : actions/download-artifact@v4  
294+       uses : actions/download-artifact@v5  
295295      with :
296296        name : wasm-components 
297297        path : artifacts/ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments