diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7da4402..e310b1c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -238,7 +238,7 @@ jobs: - run: twine check --strict dist/* - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }} path: dist @@ -258,7 +258,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheels-* @@ -278,7 +278,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheels-*