diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index 7175826e0b5..812ebe43fe4 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@v6 + uses: actions/download-artifact@v7 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 335d56d19e7..2896940f8d4 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -84,7 +84,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Download package-generic-unix - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: package-generic-unix-otp${{ matrix.otp_version }} path: PACKAGES