File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109        uses : actions/checkout@v5 
110110
111111      - name : Download artifacts 
112-         uses : actions/download-artifact@v5  
112+         uses : actions/download-artifact@v6  
113113        with :
114114          name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }} 
115115          path : ${{ env.DIST_DIR }} 
@@ -226,7 +226,7 @@ jobs:
226226
227227    steps :
228228      - name : Download artifact 
229-         uses : actions/download-artifact@v5  
229+         uses : actions/download-artifact@v6  
230230        with :
231231          pattern : ${{ env.ARTIFACT_PREFIX }}* 
232232          merge-multiple : true 
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155
156156    steps :
157157      - name : Download build artifacts 
158-         uses : actions/download-artifact@v5  
158+         uses : actions/download-artifact@v6  
159159
160160      - name : Create checksum file 
161161        run : | 
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119        uses : actions/checkout@v5 
120120
121121      - name : Download artifacts 
122-         uses : actions/download-artifact@v5  
122+         uses : actions/download-artifact@v6  
123123        with :
124124          name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }} 
125125          path : ${{ env.DIST_DIR }} 
@@ -229,7 +229,7 @@ jobs:
229229
230230    steps :
231231      - name : Download artifact 
232-         uses : actions/download-artifact@v5  
232+         uses : actions/download-artifact@v6  
233233        with :
234234          pattern : ${{ env.ARTIFACT_PREFIX }}* 
235235          merge-multiple : true 
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123        uses : actions/checkout@v5 
124124
125125      - name : Download configuration file artifacts 
126-         uses : actions/download-artifact@v5  
126+         uses : actions/download-artifact@v6  
127127        with :
128128          merge-multiple : true 
129129          pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}* 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments