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 122aeb1d03
commit a9f54a923a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: |