mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
fix(ci-cd): Use upload-artifact@4
This commit is contained in:
parent
1d7e746545
commit
25218161b9
4
.github/workflows/pr-tests.yaml
vendored
4
.github/workflows/pr-tests.yaml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
run: nix build .#vs-code-extension
|
||||
|
||||
- name: Upload VS Code extension
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vs-code-extension
|
||||
path: result/bin/vs-code-extension.vsix
|
||||
path: result/config-lsp-*.vsix
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user