Skip to content

Commit

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 52c4303 commit 6e7603c
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 @@ -48,7 +48,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.3.4
uses: actions/upload-artifact@v4.4.0
with:
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
path: ${{ steps.esphome-build.outputs.name }}
Expand Down

0 comments on commit 6e7603c

Please sign in to comment.