diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f2bda..ce2c755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: 🧪 Check package bundles run: twine check dist/* - name: 📤 Upload Python wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.python == '3.13' with: name: wheels