From 63e201836f667a1fc6fb8b27455d57d8a9f7cc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:44:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 973d5fe..7b84949 100644 --- a/action.yaml +++ b/action.yaml @@ -66,7 +66,7 @@ runs: sudo apt-get install -y debos - name: Fetch prebuilt rootfs if: inputs.prebuilt-rootfs == 'true' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: rootfs_${{ env.suite }}_${{ inputs.flavor }} path: .rootfs