diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e2e22c7..596d3f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -237,7 +237,7 @@ jobs: - run: twine check --strict dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }} path: dist @@ -257,7 +257,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist pattern: wheels-* @@ -277,7 +277,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist pattern: wheels-*