File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666        #  into a separate job (or, otherwise, we'd need to upload the content
6767        #  of the whole `.git` folder as an artifact).
6868      - name : JUnit Tests (dorny/test-reporter@v1) 
69-         uses : dorny/test-reporter@v1  
69+         uses : dorny/test-reporter@v2  
7070        if : ${{ always() }} 
7171        with :
7272          name : JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1) 
9696          path : ' **/build/reports/' 
9797      - name : Code coverage report 
9898        if : ${{ runner.os == 'Linux' }} 
99-         uses : codecov/codecov-action@v4  
99+         uses : codecov/codecov-action@v5  
100100        with :
101101          flags : unittests 
102102          fail_ci_if_error : false  #  optional (default = false)
@@ -116,7 +116,7 @@ jobs:
116116      pull-requests : write 
117117
118118    steps :
119-       - uses : actions/download-artifact@v4  
119+       - uses : actions/download-artifact@v5  
120120        if : ${{ always() }} 
121121        with :
122122          name : xml-test-reports-${{ runner.os }} 
Original file line number Diff line number Diff line change 7979    runs-on : ubuntu-latest 
8080    steps :
8181      - name : Download artifact 
82-         uses : actions/download-artifact@v4  
82+         uses : actions/download-artifact@v5  
8383        with :
8484          path : tmpFolder 
8585      - name : Create Github Release 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments