diff --git a/.github/workflows/oci-arm64-make.yaml b/.github/workflows/oci-arm64-make.yaml index 0e4dbf212645..2d0a98d12421 100644 --- a/.github/workflows/oci-arm64-make.yaml +++ b/.github/workflows/oci-arm64-make.yaml @@ -72,7 +72,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download package-generic-unix - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package-generic-unix path: PACKAGES @@ -135,7 +135,7 @@ jobs: if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true' steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: digests-* diff --git a/.github/workflows/oci-make.yaml b/.github/workflows/oci-make.yaml index ddf654f9d481..7ea996fdebb2 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -80,7 +80,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download package-generic-unix - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package-generic-unix-otp${{ matrix.otp_version }} path: PACKAGES