Skip to content

Commit 3143804

Browse files
committed
Update download-artifact to v4
1 parent 56f1144 commit 3143804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm install -g vsce
2626
- run: vsce package
2727
- run: mkdir vhdl-ls && cp *.vsix vhdl-ls
28-
- uses: actions/upload-artifact@v1
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: vhdl-ls
3131
path: vhdl-ls

0 commit comments

Comments
 (0)