File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3030        python -m build --wheel . 
3131
3232name : Save sdist 
33-       uses : actions/upload-artifact@v2  
33+       uses : actions/upload-artifact@v4  
3434      with :
35+         name : artifacts-${{ matrix.python }} 
3536        path : dist/*.whl 
3637        if-no-files-found : error         
3738
4647      id-token : write 
4748    if : github.ref == 'refs/heads/main' 
4849    steps :                       
49-       - uses : actions/download-artifact@v2  
50+       - uses : actions/download-artifact@v4  
5051        with :
51-           name :  artifact 
52+           pattern :  artifacts-* 
5253          path : dist 
5354
5455      - name : Publish package to TestPyPI       
6768      id-token : write 
6869    if : startsWith(github.ref, 'refs/tags/v') 
6970    steps :                       
70-       - uses : actions/download-artifact@v2  
71+       - uses : actions/download-artifact@v4  
7172        with :
72-           name :  artifact 
73+           pattern :  artifacts-* 
7374          path : dist 
7475
7576      - name : Publish package to PyPI       
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments