diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1180ca8..6ddb40a 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@v5 + - uses: actions/download-artifact@v6 # merge them into a single directory - name: Merge wheels run: |