Skip to content

Commit be34698

Browse files
committed
Fix action version for release process
1 parent 7b1e6c9 commit be34698

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,19 @@ jobs:
202202
# Hardcode the staging artifacts that need to be downloaded.
203203
# These must match the matrix setups. There is currently no way to pull this out of the config.
204204
- name: Download linux-aarch64 staging directory
205-
uses: actions/download-artifact@v3
205+
uses: actions/download-artifact@v4
206206
with:
207207
name: linux-aarch64-local-staging
208208
path: ~/linux-aarch64-local-staging
209209

210210
- name: Download linux-riscv64 staging directory
211-
uses: actions/download-artifact@v3
211+
uses: actions/download-artifact@v4
212212
with:
213213
name: linux-riscv64-local-staging
214214
path: ~/linux-riscv64-local-staging
215215

216216
- name: Download linux-x86_64-java8 staging directory
217-
uses: actions/download-artifact@v3
217+
uses: actions/download-artifact@v4
218218
with:
219219
name: linux-x86_64-java8-local-staging
220220
path: ~/linux-x86_64-java8-local-staging

0 commit comments

Comments
 (0)