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 8383      #  Collect Tests Result of failed tests
8484      - name : Collect Tests Result 
8585        if : ${{ failure() }} 
86-         uses : actions/upload-artifact@v3  
86+         uses : actions/upload-artifact@v4  
8787        with :
8888          name : tests-result 
8989          path : ${{ github.workspace }}/build/reports/tests 
@@ -108,7 +108,7 @@ jobs:
108108      #  Collect Plugin Verifier Result
109109      - name : Collect Plugin Verifier Result 
110110        if : ${{ always() }} 
111-         uses : actions/upload-artifact@v3  
111+         uses : actions/upload-artifact@v4  
112112        with :
113113          name : pluginVerifier-result 
114114          path : ${{ github.workspace }}/build/reports/pluginVerifier 
@@ -131,7 +131,7 @@ jobs:
131131
132132#  Store already-built plugin as an artifact for downloading
133133      - name : Upload artifact 
134-         uses : actions/upload-artifact@v3  
134+         uses : actions/upload-artifact@v4  
135135        with :
136136          name : ${{ steps.artifact.outputs.filename }} 
137137          path : ./build/distributions/content/*/* 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments