Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Jan 16, 2025
1 parent 6b9ac43 commit 5000909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Write version to file
run: echo ${{ steps.esphome-build.outputs.version }} > ${{ steps.esphome-build.outputs.name }}/version
- name: Upload ESPHome binary
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
path: ${{ steps.esphome-build.outputs.name }}
Expand Down

0 comments on commit 5000909

Please sign in to comment.