File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252        run : pnpm run build:scripts 
5353
5454      - name : Upload built scripts 
55-         uses : actions/upload-artifact@v4  
55+         uses : actions/upload-artifact@v5  
5656        with :
5757          name : built-scripts 
5858          path : dist/ 
@@ -108,7 +108,7 @@ jobs:
108108          node dist/scripts/benchmark-single-tool.js ${{ matrix.tool }} --output json > benchmark-results-${{ matrix.tool }}.json 
109109
110110       - name : Upload benchmark results for ${{ matrix.tool }} 
111-         uses : actions/upload-artifact@v4  
111+         uses : actions/upload-artifact@v5  
112112        with :
113113          name : benchmark-results-${{ matrix.tool }} 
114114          path : benchmark-results-${{ matrix.tool }}.json 
@@ -221,7 +221,7 @@ jobs:
221221          BENCHMARK_RESULTS : ${{ env.RESULTS_JSON }} 
222222
223223      - name : Upload analysis artifacts 
224-         uses : actions/upload-artifact@v4  
224+         uses : actions/upload-artifact@v5  
225225        with :
226226          name : analysis-results 
227227          path : | 
Original file line number Diff line number Diff line change 2727        run : pnpm install 
2828
2929      - name : Upload current lockfile 
30-         uses : actions/upload-artifact@v4  
30+         uses : actions/upload-artifact@v5  
3131        with :
3232          name : original-lockfile 
3333          path : pnpm-lock.yaml 
8282
8383       - name : Upload updated files 
8484        if : steps.changes.outputs.has-changes == 'true' 
85-         uses : actions/upload-artifact@v4  
85+         uses : actions/upload-artifact@v5  
8686        with :
8787          name : updated-files 
8888          path : | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments