diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index f686e12..3a7341f 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@v6 with: path: artifacts pattern: binary-* diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0fc43aa..a2557ae 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@v6 with: path: /tmp/digests pattern: digests-*