Skip to content

Commit cc5142e

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/goplus/mod-0.19.5
2 parents 1e68ae2 + bdace16 commit cc5142e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/llgo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
wget -P ./_demo/c/llama2-c https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin
2828
2929
- name: Upload model as artifact
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: llama2-model
3333
path: ./_demo/c/llama2-c/stories15M.bin
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install embedded dependencies
5555
uses: ./.github/actions/setup-embed-deps
5656
- name: Download model artifact
57-
uses: actions/download-artifact@v7
57+
uses: actions/download-artifact@v8
5858
with:
5959
name: llama2-model
6060
path: ./_demo/c/llama2-c/

.github/workflows/release-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,39 +82,39 @@ jobs:
8282
release --verbose --skip=publish,nfpm,snapcraft --snapshot --clean
8383
8484
- name: Upload Darwin AMD64 Artifacts
85-
uses: actions/upload-artifact@v6
85+
uses: actions/upload-artifact@v7
8686
with:
8787
name: llgo-darwin-amd64
8888
path: .dist/*darwin-amd64.tar.gz
8989
retention-days: 3
9090
include-hidden-files: true
9191

9292
- name: Upload Darwin ARM64 Artifacts
93-
uses: actions/upload-artifact@v6
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: llgo-darwin-arm64
9696
path: .dist/*darwin-arm64.tar.gz
9797
retention-days: 3
9898
include-hidden-files: true
9999

100100
- name: Upload Linux AMD64 Artifacts
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: llgo-linux-amd64
104104
path: .dist/*linux-amd64.tar.gz
105105
retention-days: 3
106106
include-hidden-files: true
107107

108108
- name: Upload Linux ARM64 Artifacts
109-
uses: actions/upload-artifact@v6
109+
uses: actions/upload-artifact@v7
110110
with:
111111
name: llgo-linux-arm64
112112
path: .dist/*linux-arm64.tar.gz
113113
retention-days: 3
114114
include-hidden-files: true
115115

116116
- name: Upload Checksums
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: llgo-checksums
120120
path: .dist/*checksums.txt
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
go-version: ${{ matrix.go-version }}
160160
- name: Download Platform Artifact
161-
uses: actions/download-artifact@v7
161+
uses: actions/download-artifact@v8
162162
with:
163163
name: llgo-${{ matrix.goos }}-${{ matrix.goarch }}
164164
path: .

0 commit comments

Comments
 (0)