mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-29 20:20:37 +00:00
up version for github actions except for jimver (not available yet)
This commit is contained in:
parent
c00fe0af5a
commit
9de6e0db8b
11 changed files with 28 additions and 28 deletions
|
|
@ -23,7 +23,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 }}
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
run: mv dist/koboldcpp-linux-x64-cuda1150 dist/koboldcpp-linux-x64-olderpc
|
||||
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: kcpp_linux_binary
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue