diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c73e8f1..c5b37f0 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -80,7 +80,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir