From acdc8a13745c77e918b429b2f3270849810b17d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:50:49 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 (#26038) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_build_major_branch.yml | 2 +- .github/workflows/ci_build_major_branch_keymap.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index e857f5f6c4..c44e9d8aea 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Download firmwares - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: firmware-* path: . diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 2e15d7b87b..b957395536 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml @@ -88,7 +88,7 @@ jobs: run: pip3 install -r requirements-dev.txt - name: Get target definitions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: targets-${{ inputs.keymap }} path: . @@ -140,7 +140,7 @@ jobs: uses: actions/checkout@v6 - name: Download firmwares - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: firmware-${{ inputs.keymap }}-* path: .