From f519551c98a0a68b9c3d21459c970d2aec803aa2 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 7 May 2023 22:58:36 +0200 Subject: [PATCH] fix name for download-artifact action Follow-up of 488c430e7031a9e25c1b3864bc42820e0fc3ed96 --- .github/workflows/firmware.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index c88c4724..f1413685 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -74,7 +74,7 @@ jobs: - build_firmware if: github.event_name != 'pull_request' steps: - - name: Download Artifacts for ${{ matrix.target }} + - name: Download all artifacts uses: actions/download-artifact@v3 - name: Display structure of artifacts run: ls -R