File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343       - name : Archive unit tests logs 
4444        if : ${{ inputs.run-tests && failure() }} 
45-         uses : actions/upload-artifact@v3  
45+         uses : actions/upload-artifact@v4  
4646        with :
4747          name : unit-test-logs 
4848          path : $GITHUB_WORKSPACE/build/Testing/Temporary/LastTest.log 
5959
6060       - name : Archive test_link logs 
6161        if : ${{ failure() }} 
62-         uses : actions/upload-artifact@v3  
62+         uses : actions/upload-artifact@v4  
6363        with :
6464          name : test-of-link-logs 
6565          path : $GITHUB_WORKSPACE/test_link/build/Testing/Temporary/LastTest.log 
Original file line number Diff line number Diff line change 7979
8080       - name : Archive test_link logs 
8181        if : ${{ failure() }} 
82-         uses : actions/upload-artifact@v3  
82+         uses : actions/upload-artifact@v4  
8383        with :
8484          name : test-of-link-logs 
8585          path : ${{ github.workspace }}/test_link/build/Testing/Temporary/LastTest.log 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments