Skip to content

Commit cde7d87

Browse files
committed
roll back to actions/download-artifact v4.3.0 for release
Signed-off-by: Jens Reinecke <[email protected]>
1 parent d60b17b commit cde7d87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)