File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6161        run : 7z a "${{ github.workspace }}/${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip" "${{ github.workspace }}/${{ env.BUILD_OUTPUT_DIRECTORY }}/${{ runner.OS }}_amd64/*" 
6262
6363      - name : Upload Workflow Artifact [GitHub Actions] 
64-         uses : actions/upload-artifact@v4  
64+         uses : actions/upload-artifact@v5  
6565        with :
6666          name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.config.artifact-suffix }} 
6767          #  this makes the artifact a .zip of the .zip archive, which is currently necessary to preserve the executable file permissions
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108#  Some might find it convenient to have CI generate the cache rather than setting up for it locally
109109      - name : Upload cache to workflow artifact 
110110        if : failure() && steps.diff.outcome == 'failure' 
111-         uses : actions/upload-artifact@v4  
111+         uses : actions/upload-artifact@v5  
112112        with :
113113          if-no-files-found : error 
114114          include-hidden-files : true 
Original file line number Diff line number Diff line change 6868        run : task dist:${{ matrix.os.task }} 
6969
7070      - name : Upload artifacts 
71-         uses : actions/upload-artifact@v4  
71+         uses : actions/upload-artifact@v5  
7272        with :
7373          if-no-files-found : error 
7474          name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.os.artifact-suffix }} 
@@ -181,7 +181,7 @@ jobs:
181181          -C ../../ LICENSE.txt 
182182
183183name : Replace artifact with notarized build 
184-         uses : actions/upload-artifact@v4  
184+         uses : actions/upload-artifact@v5  
185185        with :
186186          if-no-files-found : error 
187187          name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }} 
Original file line number Diff line number Diff line change 7171          file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }} 
7272
7373      - name : Pass configuration files to next job via workflow artifact 
74-         uses : actions/upload-artifact@v4  
74+         uses : actions/upload-artifact@v5  
7575        with :
7676          path : | 
7777            *.yaml 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments