From 3c7ee203cd705c5b8c1249940549323f0610b33e Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 5 Jan 2024 04:43:37 +0100 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4 (#324)" (#328) This reverts commit 517aecb5f43b9e9cb088e4a7b18f304704c245a0. --- .github/workflows/build-firmware.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 0c0a9721..a4c5d4e5 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -115,7 +115,7 @@ jobs: name: Home Assistant Glow steps: - name: ⤵️ Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: ${{ matrix.project }} path: files @@ -138,7 +138,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4 - name: ⬇️ Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: path: output - name: 🗂️ Copy firmware files to build assets