File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments