From bb18eceb3f9d855e802b909f72760d8b6349a1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:15:56 +0000 Subject: [PATCH] chore(ci): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-debug-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-debug-builds.yml b/.github/workflows/ci-debug-builds.yml index 1b467f0..f8bd947 100644 --- a/.github/workflows/ci-debug-builds.yml +++ b/.github/workflows/ci-debug-builds.yml @@ -33,7 +33,7 @@ jobs: --all --locked --verbose --target=thumbv7em-none-eabihf use-cross: true - name: Upload [debug] artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: 'codi_bootload-debug' path: /home/runner/work/codi_bootload/codi_bootload/target/thumbv7em-none-eabihf/debug/codi_bootload