diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index b300cf67..a7a02560 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -90,7 +90,7 @@ jobs: with: python-version: ${{ matrix.python-version }} allow-prereleases: true - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: path: wheelhouse merge-multiple: true @@ -285,7 +285,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: wheelhouse merge-multiple: true @@ -318,7 +318,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: wheelhouse merge-multiple: true @@ -345,7 +345,7 @@ jobs: - uses: actions/checkout@v5 - name: Download sdist - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: sdist path: dist