From 397ab58e1ab35ad482027d6c6afb1f5cdd2d2c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:22:21 +0000 Subject: [PATCH] chore: 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/build-system-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-system-image.yml b/.github/workflows/build-system-image.yml index 9a2005694..a60415fa7 100644 --- a/.github/workflows/build-system-image.yml +++ b/.github/workflows/build-system-image.yml @@ -39,12 +39,12 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: pattern: AUR-packages* merge-multiple: true path: aur-pkgs/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: pattern: Packages* merge-multiple: true