diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index a8e9ab5..2f16a45 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: cibw-wheels-* merge-multiple: true @@ -92,7 +92,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: cibw-wheels-* merge-multiple: true