diff --git a/.github/workflows/build-arm64-wheels.yml b/.github/workflows/build-arm64-wheels.yml index e73f0415..02c8821e 100644 --- a/.github/workflows/build-arm64-wheels.yml +++ b/.github/workflows/build-arm64-wheels.yml @@ -60,7 +60,7 @@ jobs: needs: build_wheels steps: - name: Fetch wheels from previous job - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: wheels path: target/wheels/ diff --git a/.github/workflows/build-m1-wheel.yml b/.github/workflows/build-m1-wheel.yml index 48dbbc48..e8e4574a 100644 --- a/.github/workflows/build-m1-wheel.yml +++ b/.github/workflows/build-m1-wheel.yml @@ -143,7 +143,7 @@ jobs: python-version: "3.10" - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: wheels path: ./target/wheels/ diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d7318efc..0f7fdad4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -269,7 +269,7 @@ jobs: python-version: "3.12" - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: merge-multiple: true pattern: wheels-*-py-3.12