diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 8eb7767..9d5c202 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -75,7 +75,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: cibw-wheels-* merge-multiple: true @@ -103,7 +103,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: cibw-wheels-* merge-multiple: true