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 fabe38a commit 0e90dfcCopy full SHA for 0e90dfc
.github/workflows/build-preview.yml
@@ -25,6 +25,6 @@ jobs:
25
cp package.json package.json.real
26
sed --regexp-extended '/"name"\s*:/ s#@[a-zA-Z\\-]+/##' package.json.real > package.json
27
- run: npm run package
28
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
29
with:
30
path: ./vscode-github-actions-1.0.${{ github.run_number }}.vsix
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
name: vscode-github-actions-${{ env.EXT_VERSION }}.vsix
94
path: ./vscode-github-actions-${{ env.EXT_VERSION }}.vsix
0 commit comments