Update actions/download-artifact action to v5 (#5122)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-06 14:56:26 +02:00
committed by GitHub
parent 4a6765db20
commit c60f14c20a
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ jobs:
# https://github.com/actions/checkout/issues/881
ref: ${{ github.ref }}
- name: Download APK artifact from previous job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: elementx-apk-maestro
- name: Enable KVM group perms

View File

@@ -284,7 +284,7 @@ jobs:
# https://github.com/actions/checkout/issues/881
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }}
- name: Download reports from previous jobs
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
- name: Prepare Danger
if: always()
run: |