We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f1144 commit 3143804Copy full SHA for 3143804
.github/workflows/package.yml
@@ -25,7 +25,7 @@ jobs:
25
npm install -g vsce
26
- run: vsce package
27
- run: mkdir vhdl-ls && cp *.vsix vhdl-ls
28
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
29
with:
30
name: vhdl-ls
31
path: vhdl-ls
0 commit comments