diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index c2345af371..19d15e951f 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -93,7 +93,7 @@ jobs: steps: - name: Fetch wheels from artifacts id: fetch_artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: 'wheels/' diff --git a/.github/workflows/build_wheel_all_archs.yml b/.github/workflows/build_wheel_all_archs.yml index 4e086e902d..b4d8e74f4f 100644 --- a/.github/workflows/build_wheel_all_archs.yml +++ b/.github/workflows/build_wheel_all_archs.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Fetch wheels from artifacts id: fetch_artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: 'wheels/'