From fe95daf118144a57af7acdde9bb2527e53e783c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:44:00 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 in /HKModTemplateAutomated 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] --- HKModTemplateAutomated/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HKModTemplateAutomated/build.yml b/HKModTemplateAutomated/build.yml index 4081e2c..0b33ebd 100644 --- a/HKModTemplateAutomated/build.yml +++ b/HKModTemplateAutomated/build.yml @@ -53,7 +53,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.should_release == 'true' steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Get build details