From 0b1a40e8c2b2435b6ff05be7f7e3c35d0d371fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:14:57 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-wheels-emulated.yml | 2 +- .github/workflows/python-wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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