diff --git a/.github/workflows/python-wheels-emulated.yml b/.github/workflows/python-wheels-emulated.yml index 348d710c..7f76c64f 100644 --- a/.github/workflows/python-wheels-emulated.yml +++ b/.github/workflows/python-wheels-emulated.yml @@ -79,7 +79,7 @@ jobs: with: output-dir: dist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 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 28aa98c3..7a945ad1 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@v6 + - uses: actions/upload-artifact@v7 id: build_wheels with: name: python-wheels-sdist