diff --git a/.github/workflows/build-test-riscv64.yml b/.github/workflows/build-test-riscv64.yml index e42bf5b15..bfa10aa96 100644 --- a/.github/workflows/build-test-riscv64.yml +++ b/.github/workflows/build-test-riscv64.yml @@ -88,7 +88,7 @@ jobs: - name: Download artifacts if: env.RELEASE == 'true' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: merge-multiple: true pattern: packages-* diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2c7f29129..6f7c98e6e 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -282,7 +282,7 @@ jobs: python-version: ${{ matrix.python.major-dot-minor }} - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: merge-multiple: true pattern: packages-*