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