diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index b3c0545fa9..3c864c1523 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@v4 + uses: actions/download-artifact@v5 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 e7826f1f96..a2a61ca768 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@v4 + uses: actions/download-artifact@v5 with: name: package-generic-unix-otp${{ matrix.otp_version }} path: PACKAGES