File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8484          file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }} 
8585
8686      - name : Pass configuration files to next job via workflow artifact 
87-         uses : actions/upload-artifact@v4  
87+         uses : actions/upload-artifact@v5  
8888        with :
8989          path : | 
9090            *.yaml 
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147          echo "report-artifact-prefix=${{ github.job }}" >> "$GITHUB_OUTPUT" 
148148
149149name : Save sketches report as workflow artifact 
150-         uses : actions/upload-artifact@v4  
150+         uses : actions/upload-artifact@v5  
151151        with :
152152          path : sketches-reports 
153153          name : ${{ steps.report-artifact-prefix.outputs.report-artifact-prefix }}-${{ matrix.board.artifact-name-suffix }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments