From cf76a8cce69e1fc2a7abd89a3f18af1da1780327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:30:12 +0000 Subject: [PATCH] DEP: 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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcc7eca..f076aeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: WiFiRemote XML path: ${{ github.workspace }}/Installer @@ -239,13 +239,13 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: WiFiRemote MPE1 path: release-files - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: WiFiRemote Version Description path: release-description