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