From 2fde31d782c7de85aa1ce3f674ca088ded808463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 00:16:30 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/llgo.yml | 2 +- .github/workflows/release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llgo.yml b/.github/workflows/llgo.yml index f3f4ed7b..9f3ed188 100644 --- a/.github/workflows/llgo.yml +++ b/.github/workflows/llgo.yml @@ -43,7 +43,7 @@ jobs: with: llvm-version: ${{matrix.llvm}} - name: Download model artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: llama2-model path: ./_demo/llama2-c/ diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 97074874..b57b18cb 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -38,7 +38,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 - name: Download Darwin sysroot tarball - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: darwin-sysroot-tarball path: .sysroot