File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126        if : > 
127127          always() && 
128128          steps.check.outcome == 'failure' 
129- uses : actions/upload-artifact@v4  
129+ uses : actions/upload-artifact@v5  
130130        with :
131131          path : ${{ env.WORKING_FOLDER }}/expected/.clang-format 
132132          if-no-files-found : error 
@@ -194,7 +194,7 @@ jobs:
194194        if : > 
195195          always() && 
196196          steps.check.outcome == 'failure' 
197- uses : actions/upload-artifact@v4  
197+ uses : actions/upload-artifact@v5  
198198        with :
199199          path : ${{ env.WORKING_FOLDER }}/output 
200200          if-no-files-found : error 
@@ -252,7 +252,7 @@ jobs:
252252                OUTPUT_PATH="${{ env.CONVERSION_OUTPUT_PATH }}" 
253253
254254name : Save conversion to a workflow artifact 
255-         uses : actions/upload-artifact@v4  
255+         uses : actions/upload-artifact@v5  
256256        with :
257257          path : ${{ env.CONVERSION_OUTPUT_PATH }} 
258258          if-no-files-found : error 
Original file line number Diff line number Diff line change 8383          file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }} 
8484
8585      - name : Pass configuration files to next job via workflow artifact 
86-         uses : actions/upload-artifact@v4  
86+         uses : actions/upload-artifact@v5  
8787        with :
8888          path : ${{ matrix.filename }} 
8989          if-no-files-found : error 
Original file line number Diff line number Diff line change 5454            "${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}" 
5555
5656name : Save configured script as workflow artifact 
57-         uses : actions/upload-artifact@v4  
57+         uses : actions/upload-artifact@v5  
5858        with :
5959          if-no-files-found : error 
6060          path : ${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments