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 3737 if : |
3838 !contains(inputs.commit_message, 'skip:ketryx') &&
3939 !contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
40- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
40+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4141 with :
4242 name : test-results-ubuntu-latest
4343 path : test-results
4646 if : |
4747 !contains(inputs.commit_message, 'skip:ketryx') &&
4848 !contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
49- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
49+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5050 with :
5151 name : audit-results
5252 path : audit-results
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