From 53835fe388332d7c7eda0471c42caebabdb91f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:34:26 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 18aaf1b..9dcb034 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -245,7 +245,7 @@ jobs: uses: actions/checkout@v6 - name: Download all wheel artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 804083a..de88cd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: # 📥 下载预构建的 broker(节省 3-8 分钟) - name: Download broker binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: pulsar-lite-broker path: rust/target/release/