Skip to content

Commit

Permalink
⬆️ Update actions/upload-artifact action to v4.3.1 (#389)
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 6, 2024
1 parent 8903a64 commit e974e51
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 @@ -100,7 +100,7 @@ jobs:
run: |
sed -i 's/${{ steps.esphome-build.outputs.name }}\//\/${{ matrix.firmware }}\/${{ matrix.device }}\//g' output/${{ matrix.device }}/manifest.json
- name: ⬆️ Upload firmware / device artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.firmware}}-${{ matrix.device }}
path: output
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: 🧪 Display structure of job
run: ls -R
- name: ⬆️ Upload project artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.project }}
path: project-build
Expand Down

0 comments on commit e974e51

Please sign in to comment.