From 69f338b775589c1a55ceef5cae69ac004a68a150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:10:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.pre.node20 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.pre.node20 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3-node20...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 0d20aed79d..6e096d93f1 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -194,7 +194,7 @@ jobs: # when no artifact is specified, all artifacts are downloaded and expanded into CWD - name: Fetch executables # Need v3 here to stay compatible with the build_native_images job. - uses: actions/download-artifact@v3-node20 + uses: actions/download-artifact@v4.1.8 # example: linux_amd64/ -> temporal-test-server_1.2.3_linux_amd64 # the name of the directory created becomes the basename of the archive (*.tar.gz or *.zip) and