Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.5 (#457)
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 Apr 19, 2024
1 parent 23a38ab commit 497055d
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 @@ -122,7 +122,7 @@ jobs:
name: Home Assistant Glow
steps:
- name: ⤵️ Download specific artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
pattern: ${{ matrix.project }}-*
merge-multiple: true
Expand All @@ -148,7 +148,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: ⬇️ Download all artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: repository
- name: 🗂️ Move firmware folders to static
Expand Down

0 comments on commit 497055d

Please sign in to comment.