diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index f686e12..5149bf1 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts pattern: binary-* diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0fc43aa..f5a15c3 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -94,7 +94,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: /tmp/digests pattern: digests-*