Skip to content

Commit 03cfd70

Browse files
authored
Merge pull request #29 from golles/renovate/major-github-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 85af5d5 + 377e855 commit 03cfd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
mv "${{ steps.esphome-build.outputs.name }}" output/
6868
6969
- name: Upload firmware
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: ${{ steps.esphome-build.outputs.name }}
7373
path: output

0 commit comments

Comments
 (0)