From e27a0176e216a8e5dadada5e6f24d7548f6a2533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:58:24 +0000 Subject: [PATCH] ci(deps): Bump actions/download-artifact from 7 to 8 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] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9f21a7..203d01a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,13 +127,13 @@ jobs: uses: actions/checkout@v6 - name: Download Firmware Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: firmware-release path: release/firmware - name: Download Python Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: python-release path: release/python