diff --git a/.github/workflows/python-wheels-emulated.yml b/.github/workflows/python-wheels-emulated.yml index f24e5b40..68683313 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@v5 + - uses: actions/upload-artifact@v6 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 fdb55049..45092cb4 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@v5 + - uses: actions/upload-artifact@v6 id: build_wheels with: name: python-wheels-sdist