diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 4eb19b2..39cd83e 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -57,7 +57,7 @@ jobs: fi echo "✓ abi3 wheels created successfully" - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: path: wheelhouse/*.whl name: wheels-${{ matrix.os }}