Skip to content

Commit 87968f1

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent e3e9018 commit 87968f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
needs: build
6969
if: success()
7070
steps:
71-
- uses: actions/download-artifact@v4
71+
- uses: actions/download-artifact@v5
7272
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
7373
env:
7474
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)