Skip to content

Commit ed0b4b8

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the artifacts group (#65)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc714c6 commit ed0b4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Write version to file
5454
run: echo ${{ steps.esphome-build.outputs.version }} > ${{ steps.esphome-build.outputs.name }}/version
5555
- name: Upload ESPHome binary
56-
uses: actions/upload-artifact@v4.4.3
56+
uses: actions/upload-artifact@v4.5.0
5757
with:
5858
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
5959
path: ${{ steps.esphome-build.outputs.name }}

0 commit comments

Comments
 (0)