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.
2 parents 7ccc3f6 + 0e90dfc commit 3fdf4b9Copy full SHA for 3fdf4b9
.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