Skip to content

Commit fd4c6f1

Browse files
Bump the artifacts group across 1 directory with 2 updates
Bumps the artifacts group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) Updates `actions/download-artifact` from 4.2.1 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifacts - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifacts ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f93bda4 commit fd4c6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Write version to file
5656
run: echo ${{ steps.esphome-build.outputs.version }} > ${{ steps.esphome-build.outputs.name }}/version
5757
- name: Upload ESPHome binary
58-
uses: actions/upload-artifact@v4.6.2
58+
uses: actions/upload-artifact@v5.0.0
5959
with:
6060
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}-${{ matrix.os }}
6161
path: ${{ steps.esphome-build.outputs.name }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: Checkout
8383
uses: actions/[email protected]
8484
- name: Download files
85-
uses: actions/download-artifact@v4.2.1
85+
uses: actions/download-artifact@v6.0.0
8686
with:
8787
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}-${{ matrix.os }}
8888

0 commit comments

Comments
 (0)