Skip to content

Commit a9f54a9

Browse files
Update actions/download-artifact action to v5 (#5122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 122aeb1 commit a9f54a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maestro-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# https://github.com/actions/checkout/issues/881
7070
ref: ${{ github.ref }}
7171
- name: Download APK artifact from previous job
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
name: elementx-apk-maestro
7575
- name: Enable KVM group perms

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
# https://github.com/actions/checkout/issues/881
285285
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }}
286286
- name: Download reports from previous jobs
287-
uses: actions/download-artifact@v4
287+
uses: actions/download-artifact@v5
288288
- name: Prepare Danger
289289
if: always()
290290
run: |

0 commit comments

Comments
 (0)