We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b7951 commit 3523a3bCopy full SHA for 3523a3b
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
VSCE_TOKEN_DISABLED: ${{ secrets.MARKETPLACE_TOKEN }}
25
GITHUB_RUN_NUMBER: ${{ github.run_number }}
26
- name: Upload Extension
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
with:
29
name: extension
30
path: dist/extension.vsix
0 commit comments