diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3247edd..18fb746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: 🧪 Check package bundles run: twine check dist/* - name: 📤 Upload Python wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: wheels path: dist