diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fd93ee..02b8ec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: 🧪 Check package bundles run: twine check dist/* - name: 📤 Upload Python wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: matrix.python == '3.12' with: name: wheels