From bcbd3055e2f031cd7486a115a6ea1577b8193716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:10:40 +0000 Subject: [PATCH] ci: 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/cross-sdk-integration.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cross-sdk-integration.yml b/.github/workflows/cross-sdk-integration.yml index d548dc0..3a825a8 100644 --- a/.github/workflows/cross-sdk-integration.yml +++ b/.github/workflows/cross-sdk-integration.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 15 steps: - name: Download server binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: streamline-binary path: /tmp/server @@ -100,7 +100,7 @@ jobs: timeout-minutes: 15 steps: - name: Download server binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: streamline-binary path: /tmp/server @@ -141,7 +141,7 @@ jobs: timeout-minutes: 15 steps: - name: Download server binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: streamline-binary path: /tmp/server @@ -179,7 +179,7 @@ jobs: timeout-minutes: 20 steps: - name: Download server binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: streamline-binary path: /tmp/server @@ -218,7 +218,7 @@ jobs: timeout-minutes: 15 steps: - name: Download server binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: streamline-binary path: /tmp/server @@ -256,7 +256,7 @@ jobs: timeout-minutes: 15 steps: - name: Download server binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: streamline-binary path: /tmp/server diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdce9e2..7293bf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts