We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13143c commit b879dd2Copy full SHA for b879dd2
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- name: Package VSIX
24
run: npx vsce package
25
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
26
with:
27
name: VSIX
28
path: "*.vsix"
0 commit comments