This repository was archived by the owner on Aug 12, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165        run : make release 
166166
167167      - name : Upload artifact 
168-         uses : actions/upload-artifact@v3  
168+         uses : actions/upload-artifact@v4  
169169        with :
170170          name : release-manifests 
171171          path : out/release 
@@ -210,7 +210,7 @@ jobs:
210210        run : ./scripts/ci-e2e-capi-quickstart.sh 
211211
212212      - name : Upload artifact 
213-         uses : actions/upload-artifact@v3  
213+         uses : actions/upload-artifact@v4  
214214        if : ${{ always() }} 
215215        with :
216216          name : e2e-quickstart 
@@ -256,7 +256,7 @@ jobs:
256256        run : ./scripts/ci-e2e-capi.sh 
257257
258258      - name : Upload artifact 
259-         uses : actions/upload-artifact@v3  
259+         uses : actions/upload-artifact@v4  
260260        if : ${{ always() }} 
261261        with :
262262          name : e2e 
@@ -302,7 +302,7 @@ jobs:
302302        run : ./scripts/ci-e2e-capi-conformance.sh 
303303
304304      - name : Upload artifact 
305-         uses : actions/upload-artifact@v3  
305+         uses : actions/upload-artifact@v4  
306306        if : ${{ always() }} 
307307        with :
308308          name : e2e-conformance 
@@ -348,7 +348,7 @@ jobs:
348348        run : ./scripts/ci-e2e-capi-workload-upgrade.sh 
349349
350350      - name : Upload artifact 
351-         uses : actions/upload-artifact@v3  
351+         uses : actions/upload-artifact@v4  
352352        if : ${{ always() }} 
353353        with :
354354          name : e2e-workload-upgrade 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments