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 c405a01 commit ab9c296Copy full SHA for ab9c296
.github/workflows/publish-extension.yml
@@ -82,7 +82,7 @@ jobs:
82
sudo apt-get install libpango1.0-dev libgif-dev
83
- run: npm install
84
- run: npm i -g @vscode/vsce pnpm
85
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
86
with:
87
path: /tmp
88
- id: build_extension
@@ -118,7 +118,7 @@ jobs:
118
node-version: "20.x"
119
120
121
122
123
124
- uses: actions/github-script@v7
0 commit comments