Skip to content

Commit 1ca1252

Browse files
chore(ci): bump actions/upload-artifact from 4.6.0 to 4.6.1 in the github-actions group (#377)
1 parent 58b6295 commit 1ca1252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
jq -s '{"name": "${{ matrix.firmware.name }}", "new_install_improv_wait_time": 15, "new_install_prompt_erase": true, "version": "${{ steps.esphome-build.outputs.esphome-version }}", "home_assistant_domain": "esphome", "new_install_skip_erase": false, "builds":.}' output/${{ steps.esphome-build.outputs.name }}/manifest.json > output/${{ matrix.firmware.manifest_filename }}
9191
9292
- name: Upload artifact
93-
uses: actions/[email protected].0
93+
uses: actions/[email protected].1
9494
with:
9595
name: ${{ matrix.firmware.name }}
9696
path: output

0 commit comments

Comments
 (0)