From 7a0564fb34c92f190af88bc1cf02465dbd3928b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:10:11 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/assemblefirmware.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/assemblefirmware.yml b/.github/workflows/assemblefirmware.yml index ed0b759..fab4bc2 100644 --- a/.github/workflows/assemblefirmware.yml +++ b/.github/workflows/assemblefirmware.yml @@ -70,7 +70,7 @@ jobs: # Upload build info as an artifact for other jobs - name: Upload build info artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-info-base path: build_info/package_build.json @@ -95,7 +95,7 @@ jobs: # Download build info artifact from previous job - name: Download build info base - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build-info-base path: build_info_base @@ -189,7 +189,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y jq - name: Download build info - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build-info-base path: build_info