diff --git a/.github/workflows/build-riscv64.yml b/.github/workflows/build-riscv64.yml index a68bd1e59..31759b7d5 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@v8 with: merge-multiple: true pattern: packages-* diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index b20bf1609..e615c7dda 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -476,7 +476,7 @@ jobs: python-version: ${{ matrix.python.major-dot-minor }} - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: merge-multiple: true pattern: packages-*