File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115        with :
116116          python-version : " 3.x" 
117117      #  download everything
118-       - uses : actions/download-artifact@v5  
118+       - uses : actions/download-artifact@v6  
119119        with :
120120          path : artifacts/ 
121121      #  collate and report
Original file line number Diff line number Diff line change 3535      id-token : write 
3636
3737    steps :
38-       - uses : actions/download-artifact@v5  
38+       - uses : actions/download-artifact@v6  
3939        with :
4040          name : packages 
4141          path : dist 
4848    runs-on : ubuntu-latest 
4949
5050    steps :
51-       - uses : actions/download-artifact@v5  
51+       - uses : actions/download-artifact@v6  
5252        with :
5353          name : packages 
5454          path : dist 
Original file line number Diff line number Diff line change 5151      id-token : write 
5252
5353    steps :
54-       - uses : actions/download-artifact@v5  
54+       - uses : actions/download-artifact@v6  
5555        with :
5656          name : packages 
5757          path : dist 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments