From 32b2606d703bf7f61eeb594b873ead7236c3909c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 03:03:25 +0000 Subject: [PATCH] chore(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/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..be064f39 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@v5 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@v5 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@v5 with: name: plue-release-${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 409c3bca..9cc7e492 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@v5 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@v5 with: name: release-macos-universal