diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index 3c864c15230..5dde00cfd71 100644 --- a/.github/workflows/oci-make-nightly.yaml +++ b/.github/workflows/oci-make-nightly.yaml @@ -81,7 +81,7 @@ jobs: ref: ${{ matrix.branch }} - 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 a2a61ca7688..dbeb03abe70 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