File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131        run : echo $GITHUB_CONTEXT 
3232
3333      - name : Checkout code 
34-         uses : actions/checkout@v4  
34+         uses : actions/checkout@v5  
3535        with :
3636          persist-credentials : false 
3737
7070
7171    steps :
7272      - name : Checkout code 
73-         uses : actions/checkout@v4  
73+         uses : actions/checkout@v5  
7474        with :
7575          persist-credentials : false 
7676          fetch-depth : 0 
@@ -100,7 +100,7 @@ jobs:
100100      id-token : write   #  IMPORTANT: this permission is mandatory for trusted publishing
101101    steps :
102102      - name : Download all the dists 
103-         uses : actions/download-artifact@v4  
103+         uses : actions/download-artifact@v5  
104104        with :
105105          name : distributions 
106106          path : dist/ 
@@ -124,7 +124,7 @@ jobs:
124124
125125    steps :
126126      - name : Download all the dists 
127-         uses : actions/download-artifact@v4  
127+         uses : actions/download-artifact@v5  
128128        with :
129129          name : distributions 
130130          path : dist/ 
@@ -146,12 +146,12 @@ jobs:
146146      id-token : write   #  IMPORTANT: mandatory for sigstore
147147    steps :
148148      - name : Download all the dists 
149-         uses : actions/download-artifact@v4  
149+         uses : actions/download-artifact@v5  
150150        with :
151151          name : distributions 
152152          path : dist/ 
153153      - name : Sign the dists with Sigstore 
154-         uses : 
sigstore/[email protected] .0   154+         uses : 
sigstore/[email protected] .1   155155        with :
156156          inputs : >- 
157157            ./dist/*.tar.gz 
Original file line number Diff line number Diff line change 1919    runs-on : ubuntu-latest 
2020    steps :
2121      - name : Checkout code 
22-         uses : actions/checkout@v4  
22+         uses : actions/checkout@v5  
2323
2424      - name : Setup python binary 
2525        uses : actions/setup-python@v5 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments