File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
sparse-checkout-cone-mode : false
73
73
74
74
- name : Download prebuilt tools from build job
75
- uses : actions/download-artifact@v4
75
+ uses : actions/download-artifact@v5
76
76
with :
77
77
name : linux-buildbot-prebuilt-tools
78
78
@@ -171,7 +171,7 @@ jobs:
171
171
sparse-checkout-cone-mode : false
172
172
173
173
- name : Download external toolchain from build job
174
- uses : actions/download-artifact@v4
174
+ uses : actions/download-artifact@v5
175
175
with :
176
176
name : ${{ matrix.target }}-${{ matrix.subtarget }}-external-toolchain
177
177
Original file line number Diff line number Diff line change 34
34
run : mc alias set s3 ${{ secrets.s3_endpoint }} ${{ secrets.s3_access_key }} ${{ secrets.s3_secret_key }}
35
35
36
36
- name : Download file
37
- uses : actions/download-artifact@v4
37
+ uses : actions/download-artifact@v5
38
38
with :
39
39
name : ${{ inputs.download_id }}
40
40
You can’t perform that action at this time.
0 commit comments