From 5f868e626907af8d01e5d359e80dee81bd370c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:21:16 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4504881..fa141a4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: uses: actions/checkout@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: plue-release-${{ github.sha }} @@ -303,7 +303,7 @@ jobs: uses: actions/checkout@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: plue-release-${{ github.sha }} @@ -349,7 +349,7 @@ jobs: fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: plue-release-${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 409c3bca..a64c8103 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,7 +193,7 @@ jobs: needs: [build-release, validate-release] steps: - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: release-macos-universal @@ -235,7 +235,7 @@ jobs: fetch-depth: 0 - name: Download all release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: release-macos-universal