Bump actions/upload-artifact from 3 to 4 (#341)
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
8f0a7f3808
commit
5b8fd2b0f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-deb-pr.yml
vendored
2
.github/workflows/build-deb-pr.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
|
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
|
||||||
&& dpkg-deb --build --root-owner-group homeassistant-supervised"
|
&& dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: homeassistant-supervised.deb
|
name: homeassistant-supervised.deb
|
||||||
path: homeassistant-supervised.deb
|
path: homeassistant-supervised.deb
|
Loading…
Reference in a new issue