From c487d669cf95ad5af30cfe4500bc683b0ebddc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:10:25 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35cff3162..b03880b36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,7 +154,7 @@ jobs: run: df -h - name: Download Source Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: source-bundle path: . @@ -212,7 +212,7 @@ jobs: DOCKER_BUILDKIT: 1 steps: - name: Download Source Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: source-bundle path: . @@ -271,7 +271,7 @@ jobs: boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }} steps: - name: Download Source Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: source-bundle path: . @@ -366,7 +366,7 @@ jobs: - run: git config --global core.autocrlf false - name: Download Source Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: source-bundle path: . @@ -420,7 +420,7 @@ jobs: - run: git config --global core.autocrlf false - name: Download Source Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: source-bundle path: .