From ad1adf210a726d26c237503e382e6dd701278b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:42:55 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_examples.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_examples.yaml b/.github/workflows/build_examples.yaml index d02f3564a..42ee77c93 100644 --- a/.github/workflows/build_examples.yaml +++ b/.github/workflows/build_examples.yaml @@ -150,7 +150,7 @@ jobs: sh continuous_integration/install-test-version-arduino-cli.sh - name: Download the prepared examples - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: generated_examples path: | @@ -222,7 +222,7 @@ jobs: pio pkg install -g --library ${{ env.LIBRARY_INSTALL_GIT }} - name: Download the prepared examples - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: generated_examples path: |