diff --git a/.github/workflows/python-wheels-emulated.yml b/.github/workflows/python-wheels-emulated.yml index ed0d3d41..6e7cc0f1 100644 --- a/.github/workflows/python-wheels-emulated.yml +++ b/.github/workflows/python-wheels-emulated.yml @@ -146,7 +146,7 @@ jobs: with: output-dir: dist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 id: build_wheels with: name: python-wheels-${{runner.os}}_${{inputs.arch}} diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 9596085f..d474cf44 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -36,7 +36,7 @@ jobs: python -m pip install -U pip setuptools python setup.py sdist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 id: build_wheels with: name: python-wheels-sdist