Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test fix on breaking upload/download artifacts
Browse files Browse the repository at this point in the history
klaasnicolaas committed Jan 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4b197cf commit 8d841a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
@@ -116,9 +116,9 @@ jobs:
name: Home Assistant Glow
steps:
- name: ⤵️ Download artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: ${{ matrix.project }}
pattern: ${{ matrix.project }}-*
path: files
- name: 🔨 Generate device manifest.json
run: |

0 comments on commit 8d841a7

Please sign in to comment.