diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8d3285..45cfbed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,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.11' with: name: wheels