From b53c744a77ab6cf2af04aaa818be7cd7e6ac933c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:05:40 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-size-report.yml | 2 +- .github/workflows/firmware.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-size-report.yml b/.github/workflows/code-size-report.yml index 2a05215b1..87d39a6bd 100644 --- a/.github/workflows/code-size-report.yml +++ b/.github/workflows/code-size-report.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: '↓ Download code size report' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: code-size-report run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index d32f7e358..e2fca274c 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -142,7 +142,7 @@ jobs: pip install tabulate==0.9.0 - name: '↓ Download artifacts' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: new_firmware merge-multiple: false @@ -181,7 +181,7 @@ jobs: submodules: false - name: '↓ Download artifacts' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: firmware @@ -225,7 +225,7 @@ jobs: submodules: false - name: '↓ Download artifacts' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: firmware