From 389453e0f9a651eace38fa64fe7b23ef4774b1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:18:28 +0000 Subject: [PATCH] build: bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pr.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 19af99da3..a3db73e6e 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -71,7 +71,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Download artifacts list - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: artifacts diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc5d66d89..a6cc0cb5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,7 +243,7 @@ jobs: fetch-depth: 0 - name: Download All Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: /tmp/build pattern: rclone-*