diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index c8c878d..78177eb 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -200,7 +200,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download the wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist/ merge-multiple: true @@ -245,7 +245,7 @@ jobs: steps: - name: Download the wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist/ merge-multiple: true