Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.4 (#408)
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 Mar 3, 2024
1 parent 09e42ad commit 9fd68fc
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 @@ -121,7 +121,7 @@ jobs:
name: Home Assistant Glow
steps:
- name: ⤵️ Download specific artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
pattern: ${{ matrix.project }}-*
merge-multiple: true
Expand All @@ -147,7 +147,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: ⬇️ Download all artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: repository
- name: 🗂️ Move firmware folders to static
Expand Down

0 comments on commit 9fd68fc

Please sign in to comment.