diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d0883cd..a2523c3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -109,7 +109,7 @@ jobs: steps: - uses: actions/checkout@v5 # download all artifacts from all build jobs - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 # merge them into a single directory - name: Merge wheels run: |