File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111    runs-on : ubuntu-latest 
1212    steps :
1313      - name : Upload 
14-         uses : actions/upload-artifact@v4  
14+         uses : actions/upload-artifact@v5  
1515        with :
1616          name : event-file 
1717          path : ${{ github.event_path }} 
5050        #  see publish-test-results.yml for workflow that publishes test results without security issues for forks
5151        #  https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5252        if : always() 
53-         uses : actions/upload-artifact@v4  
53+         uses : actions/upload-artifact@v5  
5454        with :
5555          name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }}) 
5656          path : ' **/build/test-results/test/TEST-*.xml' 
Original file line number Diff line number Diff line change 1212    runs-on : ubuntu-latest 
1313    steps :
1414      - name : Upload 
15-         uses : actions/upload-artifact@v4  
15+         uses : actions/upload-artifact@v5  
1616        with :
1717          name : event-file 
1818          path : ${{ github.event_path }} 
5151        #  see publish-test-results.yml for workflow that publishes test results without security issues for forks
5252        #  https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5353        if : always() 
54-         uses : actions/upload-artifact@v4  
54+         uses : actions/upload-artifact@v5  
5555        with :
5656          name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }}) 
5757          path : ' **/build/test-results/test/TEST-*.xml' 
Original file line number Diff line number Diff line change 1313    runs-on : ubuntu-latest 
1414    steps :
1515      - name : Upload 
16-         uses : actions/upload-artifact@v4  
16+         uses : actions/upload-artifact@v5  
1717        with :
1818          name : event-file 
1919          path : ${{ github.event_path }} 
5555        #  see publish-test-results.yml for workflow that publishes test results without security issues for forks
5656        #  https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5757        if : always() 
58-         uses : actions/upload-artifact@v4  
58+         uses : actions/upload-artifact@v5  
5959        with :
6060          name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }}) 
6161          path : ' **/build/test-results/test/TEST-*.xml' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments