diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 45bd5af..4e9b8c8 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -37,7 +37,7 @@ jobs: - name: Build wheels run: pip wheel --no-deps --wheel-dir wheelhouse . - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: openassetio-traitgen-wheels path: ./wheelhouse/*.whl