github actions updates for deprecation of nodejs 20 (+1 squashed commits)

Squashed commits:

[0ed5af384] checkout to v4
This commit is contained in:
Concedo 2026-03-19 14:28:54 +08:00
parent 2f63f94fd8
commit 699bc6b278
11 changed files with 29 additions and 29 deletions

View file

@ -23,7 +23,7 @@ jobs:
steps:
- name: Clone
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.commit_hash != '' && inputs.commit_hash || github.head_ref || github.ref_name }}
@ -56,7 +56,7 @@ jobs:
run: mv dist/koboldcpp-linux-x64-cuda1150 dist/koboldcpp-linux-x64-olderpc
- name: Save artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: kcpp_linux_binary
path: dist/