Skip to content

Commit 3997793

Browse files
update download-artifact version
1 parent a691398 commit 3997793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

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

0 commit comments

Comments
 (0)