Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.3 (#405)
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 27, 2024
1 parent 79a4dbb commit 09e42ad
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].2
uses: actions/[email protected].3
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].2
uses: actions/[email protected].3
with:
path: repository
- name: 🗂️ Move firmware folders to static
Expand Down

0 comments on commit 09e42ad

Please sign in to comment.