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 8849ef7 commit 7ad5d11Copy full SHA for 7ad5d11
.github/workflows/main.yml
@@ -58,12 +58,12 @@ jobs:
58
if: runner.os == 'Linux'
59
run: |
60
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
61
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
62
63
with:
64
name: ${{ steps.set-version.outputs.name }}.vsix
65
path: ${{ steps.set-version.outputs.name }}.vsix
66
67
68
69
name: meta
0 commit comments