Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4 (#324)" (#328)
Browse files Browse the repository at this point in the history
This reverts commit 517aecb.
  • Loading branch information
klaasnicolaas authored Jan 5, 2024
1 parent a0be5a5 commit 3c7ee20
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 @@ -115,7 +115,7 @@ jobs:
name: Home Assistant Glow
steps:
- name: ⤵️ Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ${{ matrix.project }}
path: files
Expand All @@ -138,7 +138,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: ⬇️ Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: output
- name: 🗂️ Copy firmware files to build assets
Expand Down

0 comments on commit 3c7ee20

Please sign in to comment.