mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-11 15:29:12 +02:00
up version for github actions except for jimver (not available yet)
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ inputs.commit_hash != '' && inputs.commit_hash || github.head_ref || github.ref_name }}
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
run: mv dist/koboldcpp-linux-x64-cuda1210 dist/koboldcpp-linux-x64
|
||||
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: kcpp_linux_binary
|
||||
path: dist/
|
||||
|
||||
Reference in New Issue
Block a user