Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the artifacts gro…
Browse files Browse the repository at this point in the history
…up (#65)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent bc714c6 commit ed0b4b8
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.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
path: ${{ steps.esphome-build.outputs.name }}
Expand Down

0 comments on commit ed0b4b8

Please sign in to comment.