mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
up version for github actions except for jimver (not available yet)
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
df -h
|
||||
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ inputs.commit_hash != '' && inputs.commit_hash || github.head_ref || github.ref_name }}
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
"
|
||||
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: kcpp_linux_binary
|
||||
path: ${{ github.workspace }}/dist/
|
||||
|
||||
Reference in New Issue
Block a user