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 2369d0e commit d01ace7Copy full SHA for d01ace7
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
if: ${{ runner.os == 'Windows' }}
32
- run: cd out && npx @vscode/vsce package --out ../extension.vsix
33
- name: Archive production artifacts
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
with:
36
name: extension
37
path: |
0 commit comments