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:
xushiwei
2025-08-07 16:55:46 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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/

View File

@@ -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