File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ jobs:
444444        uses : actions/checkout@v4 
445445
446446      - name : Download staged-for-merge channel file artifacts 
447-         uses : actions/download-artifact@v4  
447+         uses : actions/download-artifact@v5  
448448        with :
449449          merge-multiple : true 
450450          path : ${{ env.CHANNEL_FILES_PATH }} 
@@ -513,7 +513,7 @@ jobs:
513513
514514    steps :
515515      - name : Download job transfer artifact that contains ${{ matrix.artifact.name }} tester build 
516-         uses : actions/download-artifact@v4  
516+         uses : actions/download-artifact@v5  
517517        with :
518518          name : ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}${{ matrix.artifact.job-transfer-artifact-suffix }} 
519519          path : ${{ env.BUILD_ARTIFACTS_FOLDER }} 
@@ -600,7 +600,7 @@ jobs:
600600
601601    steps :
602602      - name : Download all job transfer artifacts 
603-         uses : actions/download-artifact@v4  
603+         uses : actions/download-artifact@v5  
604604        with :
605605          merge-multiple : true 
606606          path : ${{ env.ARTIFACTS_FOLDER }} 
@@ -643,7 +643,7 @@ jobs:
643643
644644    steps :
645645      - name : Download all job transfer artifacts 
646-         uses : actions/download-artifact@v4  
646+         uses : actions/download-artifact@v5  
647647        with :
648648          merge-multiple : true 
649649          path : ${{ env.ARTIFACTS_FOLDER }} 
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109        uses : actions/checkout@v4 
110110
111111      - name : Download configuration file artifacts 
112-         uses : actions/download-artifact@v4  
112+         uses : actions/download-artifact@v5  
113113        with :
114114          merge-multiple : true 
115115          pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}* 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments