File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 cache : ' yarn'
192192
193193 - name : Download dist
194- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
194+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
195195 with :
196196 name : dist
197197 path : .
@@ -235,17 +235,17 @@ jobs:
235235 egress-policy : audit
236236
237237 - name : Download packages
238- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
238+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
239239 with :
240240 pattern : vsix-package-*
241241
242242 - name : Download coverage report
243- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
243+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
244244 with :
245245 pattern : test-coverage
246246
247247 - name : Download test report
248- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
248+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
249249 with :
250250 pattern : test-report-linux
251251
You can’t perform that action at this time.
0 commit comments