File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474    runs-on : ubuntu-latest 
7575
7676    steps :
77-     - uses : actions/download-artifact@v4  
77+     - uses : actions/download-artifact@v5  
7878      with :
7979        pattern : artifact-* 
8080        merge-multiple : true 
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166    - uses : actions/setup-python@v5 
167167      with :
168168        python-version : " 3.11" 
169-     - uses : actions/download-artifact@v4  
169+     - uses : actions/download-artifact@v5  
170170      with :
171171        pattern : artifact-* 
172172        merge-multiple : true 
@@ -191,7 +191,7 @@ jobs:
191191      with :
192192        python-version : " 3.11" 
193193
194-     - uses : actions/download-artifact@v4  
194+     - uses : actions/download-artifact@v5  
195195      with :
196196        pattern : artifact-* 
197197        merge-multiple : true 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments