From 5b8fd2b0f45012c88a661126e0b38656326a2df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:28:50 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-deb-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deb-pr.yml b/.github/workflows/build-deb-pr.yml index 8491e2b..96cb1b3 100644 --- a/.github/workflows/build-deb-pr.yml +++ b/.github/workflows/build-deb-pr.yml @@ -17,7 +17,7 @@ jobs: && chmod 555 homeassistant-supervised/DEBIAN/p* \ && dpkg-deb --build --root-owner-group homeassistant-supervised" - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: homeassistant-supervised.deb path: homeassistant-supervised.deb \ No newline at end of file