Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.8 (#529)
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 Jul 7, 2024
1 parent 359f22f commit fb1eae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Home Assistant Glow
steps:
- name: ⤵️ Download specific artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
pattern: build-${{ matrix.project }}-*
merge-multiple: true
Expand All @@ -60,7 +60,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: ⬇️ Download all artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
pattern: "!build-*"
path: output
Expand Down

0 comments on commit fb1eae5

Please sign in to comment.