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 67fed95 commit 1c62b04Copy full SHA for 1c62b04
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
- shell: pwsh
58
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
59
- run: npx vsce package --target ${{ env.target }}
60
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
61
with:
62
name: ${{ env.target }}
63
path: "*.vsix"
@@ -68,7 +68,7 @@ jobs:
68
needs: build
69
if: success()
70
steps:
71
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
72
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
73
env:
74
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments