diff --git a/.github/workflows/build-riscv64.yml b/.github/workflows/build-riscv64.yml index 43b447d40..c22b2ca95 100644 --- a/.github/workflows/build-riscv64.yml +++ b/.github/workflows/build-riscv64.yml @@ -115,7 +115,7 @@ jobs: - name: Download artifacts if: env.RELEASE == 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: merge-multiple: true pattern: packages-* diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 4f67b0463..23356b80a 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -479,7 +479,7 @@ jobs: python-version: ${{ matrix.python.major-dot-minor }} - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: merge-multiple: true pattern: packages-*