From d1236ed2f6c84a426e352ce0f2dd63eb0ae40537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:27:04 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d12da7a4..57c8beca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: cache-dependency-path: packages/mcp-server/package-lock.json - name: Download bindings artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: bindings-linux-x64 path: packages/bindings diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9cd23eb2..3f72514d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -131,7 +131,7 @@ jobs: # Download every platform artifact into packages/bindings/ - name: Download all binding artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: packages/bindings/ pattern: bindings-* @@ -273,7 +273,7 @@ jobs: cat /tmp/release-notes.md >> /tmp/release-body.md - name: Download all binding artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts/ pattern: bindings-*