From 8df73ae6083eaef161a8ccc7baeaecd11bad2e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:31:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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-make-nightly.yaml | 2 +- .github/workflows/oci-make.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index 4e382f58183..98c9dfde79e 100644 --- a/.github/workflows/oci-make-nightly.yaml +++ b/.github/workflows/oci-make-nightly.yaml @@ -99,7 +99,7 @@ jobs: printf "current_sha=%s\n" "$sha" | tee -a "$GITHUB_OUTPUT" - name: Download package-generic-unix - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }} path: PACKAGES diff --git a/.github/workflows/oci-make.yaml b/.github/workflows/oci-make.yaml index d90bfa62bcf..d98107b719a 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -84,7 +84,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Download package-generic-unix - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: package-generic-unix-otp${{ matrix.otp_version }} path: PACKAGES