From d2e24ff394adbd77f25ea995f5093290946ff4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:54:15 +0000 Subject: [PATCH] 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/ghcr-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 165f492fa..f41ed1139 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -261,7 +261,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download runtime source for fork if: github.event.pull_request.head.repo.fork - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: runtime-src-${{ matrix.base_image.tag }} path: containers/runtime @@ -329,7 +329,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download runtime source for fork if: github.event.pull_request.head.repo.fork - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: runtime-src-${{ matrix.base_image.tag }} path: containers/runtime