From 4e23baad9deef08f736b6a93d7a742b5fd13d271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:13:19 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/workflows/release-check.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 9372760..24b8971 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -39,7 +39,7 @@ jobs: echo "兼容客户端 wheel 不得包含自动启动模块" exit 1 fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: pole-client-python-candidate path: packages/pole-client-python/dist/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b00a9eb..d14247d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: python -m build --outdir packages/pole-client-python/dist packages/pole-client-python - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: python-package-distributions path: packages/pole-client-python/dist/