Skip to content

Commit 2b4c2bf

Browse files
committed
try with actions/download-artifact@v3
1 parent c6a4713 commit 2b4c2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/smoke-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343

4444
# Bits from the VSIX are reused by smokeTest.ts to speed things up.
4545
- name: Download VSIX
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v3
4747
with:
4848
name: ${{ inputs.artifact_name }}
4949

0 commit comments

Comments
 (0)