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 package-manager-cache : false
192192
193193 - name : Download dist
194- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
194+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
195195 with :
196196 name : dist
197197 path : .
@@ -226,17 +226,17 @@ jobs:
226226 egress-policy : audit
227227
228228 - name : Download packages
229- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
229+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
230230 with :
231231 pattern : vsix-package-*
232232
233233 - name : Download coverage report
234- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
234+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
235235 with :
236236 pattern : test-coverage
237237
238238 - name : Download test report
239- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
239+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
240240 with :
241241 pattern : test-report-linux
242242
You can’t perform that action at this time.
0 commit comments