Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.2 (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 61090b7 commit 6eecad0
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
Expand Up @@ -118,7 +118,7 @@ jobs:
name: Home Assistant Glow
steps:
- name: ⤵️ Download specific artifacts
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
pattern: ${{ matrix.project }}-*
merge-multiple: true
Expand All @@ -144,7 +144,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: ⬇️ Download all artifacts
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: repository
- name: 🗂️ Move firmware folders to static
Expand Down

0 comments on commit 6eecad0

Please sign in to comment.