Skip to content

Commit

Permalink
upgrade actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Sep 12, 2024
1 parent 8bc3951 commit 610d0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/smoke-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

# Bits from the VSIX are reused by smokeTest.ts to speed things up.
- name: Download VSIX
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact_name }}

Expand Down

0 comments on commit 610d0fb

Please sign in to comment.