File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797      #  Collect Tests Result of failed tests
9898      - name : Collect Tests Result 
9999        if : ${{ failure() }} 
100-         uses : actions/upload-artifact@v4  
100+         uses : actions/upload-artifact@v5  
101101        with :
102102          name : tests-result 
103103          path : ${{ github.workspace }}/build/reports/tests 
@@ -125,7 +125,7 @@ jobs:
125125      #  Collect Plugin Verifier Result
126126      - name : Collect Plugin Verifier Result 
127127        if : ${{ always() }} 
128-         uses : actions/upload-artifact@v4  
128+         uses : actions/upload-artifact@v5  
129129        with :
130130          name : pluginVerifier-result 
131131          path : ${{ github.workspace }}/build/reports/pluginVerifier 
@@ -149,7 +149,7 @@ jobs:
149149
150150       #  Store already-built plugin as an artifact for downloading
151151      - name : Upload Artifact 
152-         uses : actions/upload-artifact@v4  
152+         uses : actions/upload-artifact@v5  
153153        with :
154154          name : ${{ steps.artifact.outputs.filename }} 
155155          path : ./build/distributions/content/*/* 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments