mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Bump actions/upload-artifact from 3 to 4 (#2997)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7fc91c7bd7
commit
e4fab0ab93
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -251,7 +251,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Upload ova image to artifacts for test job
|
- name: Upload ova image to artifacts for test job
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.board.id == 'ova' }}
|
if: ${{ matrix.board.id == 'ova' }}
|
||||||
with:
|
with:
|
||||||
name: ova-image
|
name: ova-image
|
||||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
./tests/run_tests.sh
|
./tests/run_tests.sh
|
||||||
|
|
||||||
- name: Archive logs
|
- name: Archive logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
@ -78,7 +78,7 @@ jobs:
|
|||||||
tests/lg_logs/**
|
tests/lg_logs/**
|
||||||
|
|
||||||
- name: Archive JUnit reports
|
- name: Archive JUnit reports
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: junit_reports
|
name: junit_reports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user