diff --git a/.github/workflows/build-and-test-wheels.yml b/.github/workflows/build-and-test-wheels.yml index cb0ed5ebc..b8afc8c2d 100644 --- a/.github/workflows/build-and-test-wheels.yml +++ b/.github/workflows/build-and-test-wheels.yml @@ -95,7 +95,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download all dists - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir @@ -167,7 +167,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir