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