From a2842c937ee75a4632823cd0c8cf1972fbb34584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:19:22 +0000 Subject: [PATCH] chore: bump actions/upload-artifact in /.github/actions/build-python Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/build-python/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-python/action.yaml b/.github/actions/build-python/action.yaml index 974c74579c7f..152feda650b5 100644 --- a/.github/actions/build-python/action.yaml +++ b/.github/actions/build-python/action.yaml @@ -55,7 +55,7 @@ runs: universal2-apple-darwin -m ${{steps.package-path.outputs.package_path}} - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: # We could avoid the OS here if we handled the target more explicitly.