From bb085b2f08f7e7924bf20d160a065e310d2f58d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:06:18 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#48) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4742465..3cfa557 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,11 +46,11 @@ jobs: run: | git tag --force latest git push --force origin latest - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build path: download - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build.config path: download