From 7a05544fe2e169ecd928ca6f8c31f9173daf8203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:20:16 +0000 Subject: [PATCH] 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/oci-arm64-make.yaml | 4 ++-- .github/workflows/oci-make.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/oci-arm64-make.yaml b/.github/workflows/oci-arm64-make.yaml index 0e4dbf212645..2d0a98d12421 100644 --- a/.github/workflows/oci-arm64-make.yaml +++ b/.github/workflows/oci-arm64-make.yaml @@ -72,7 +72,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download package-generic-unix - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package-generic-unix path: PACKAGES @@ -135,7 +135,7 @@ jobs: if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true' steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: digests-* diff --git a/.github/workflows/oci-make.yaml b/.github/workflows/oci-make.yaml index ddf654f9d481..7ea996fdebb2 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -80,7 +80,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download package-generic-unix - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package-generic-unix-otp${{ matrix.otp_version }} path: PACKAGES