We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc29c8 commit b563659Copy full SHA for b563659
.github/workflows/prepare-release.yml
@@ -148,7 +148,7 @@ jobs:
148
149
# when no artifact is specified, all artifacts are downloaded and expanded into CWD
150
- name: Fetch executables
151
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
152
153
# example: linux_amd64/ -> temporal-test-server_1.2.3_linux_amd64
154
# the name of the directory created becomes the basename of the archive (*.tar.gz or *.zip) and
0 commit comments