Skip to content

Commit acf7473

Browse files
Bump some Github actions (#2628)
1 parent f2475c1 commit acf7473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: gradle/actions/wrapper-validation@v3
10+
- uses: gradle/actions/wrapper-validation@v4

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
# when no artifact is specified, all artifacts are downloaded and expanded into CWD
141141
- name: Fetch executables
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143

144144
# example: linux_amd64/ -> temporal-test-server_1.2.3_linux_amd64
145145
# the name of the directory created becomes the basename of the archive (*.tar.gz or *.zip) and

0 commit comments

Comments
 (0)