File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
# https://github.com/actions/checkout/issues/881
70
70
ref : ${{ github.ref }}
71
71
- name : Download APK artifact from previous job
72
- uses : actions/download-artifact@v4
72
+ uses : actions/download-artifact@v5
73
73
with :
74
74
name : elementx-apk-maestro
75
75
- name : Enable KVM group perms
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284
284
# https://github.com/actions/checkout/issues/881
285
285
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }}
286
286
- name : Download reports from previous jobs
287
- uses : actions/download-artifact@v4
287
+ uses : actions/download-artifact@v5
288
288
- name : Prepare Danger
289
289
if : always()
290
290
run : |
You can’t perform that action at this time.
0 commit comments