diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 443c700..9f3d6a2 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -45,7 +45,7 @@ jobs: run: | pipx run build --sdist --outdir=wheelhouse - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: python-wheels-${{ matrix.sys.os }} path: |