diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 932746b..2230756 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -258,7 +258,7 @@ jobs: # python-version: ${{ matrix.python-version }} # # - name: Download the wheels - # uses: actions/download-artifact@v5 + # uses: actions/download-artifact@v6 # with: # path: dist/ # merge-multiple: true @@ -303,7 +303,7 @@ jobs: steps: - name: Download the wheels - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist/ merge-multiple: true