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 @@ -34,15 +34,15 @@ jobs:
3434        if : | 
3535          !contains(inputs.commit_message, 'skip:ketryx') && 
3636          !contains(github.event.pull_request.labels.*.name, 'skip:ketryx') 
37- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
37+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
3838        with :
3939          name : test-results-ubuntu-latest           
4040
4141      - name : Download audit results generated in _audit.yml 
4242        if : | 
4343          !contains(inputs.commit_message, 'skip:ketryx') && 
4444          !contains(github.event.pull_request.labels.*.name, 'skip:ketryx') 
45- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
45+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
4646        with :
4747          name : audit-results           
4848
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114        run : .github/workflows/_install_dev_tools.bash 
115115
116116      - name : Download native distribution artifacts 
117-         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
117+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
118118        with :
119119          pattern : dist_native-* 
120120          path : dist_native_all/ 
@@ -185,13 +185,13 @@ jobs:
185185        if : | 
186186          (!contains(inputs.commit_message, 'skip:test:all')) && 
187187          (!contains(github.event.pull_request.labels.*.name, 'skip:test:all')) 
188- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
188+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
189189        with :
190190          name : test-results-ubuntu-latest 
191191          path : test-results 
192192
193193      - name : Download audit results generated in _audit.yml 
194-         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
194+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
195195        with :
196196          name : audit-results 
197197          path : audit-results 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments