Merge pull request #1205 from goplus/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
This commit is contained in:
2
.github/workflows/llgo.yml
vendored
2
.github/workflows/llgo.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
llvm-version: ${{matrix.llvm}}
|
llvm-version: ${{matrix.llvm}}
|
||||||
- name: Download model artifact
|
- name: Download model artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: llama2-model
|
name: llama2-model
|
||||||
path: ./_demo/llama2-c/
|
path: ./_demo/llama2-c/
|
||||||
|
|||||||
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image: tonistiigi/binfmt:qemu-v7.0.0-28
|
image: tonistiigi/binfmt:qemu-v7.0.0-28
|
||||||
- name: Download Darwin sysroot tarball
|
- name: Download Darwin sysroot tarball
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: darwin-sysroot-tarball
|
name: darwin-sysroot-tarball
|
||||||
path: .sysroot
|
path: .sysroot
|
||||||
|
|||||||
Reference in New Issue
Block a user