chore(deps): update actions/download-artifact action to v5 (#3046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-10 03:17:42 +00:00 committed by GitHub
parent 99983a8655
commit 3595289ea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,19 +196,19 @@ jobs:
needs: [release-google, release-fdroid]
steps:
- name: Download Google AAB
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: google-aab
path: ./google/bundle
- name: Download Google APK
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: google-apk
path: ./google/apk
- name: Download F-Droid APK
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: fdroid-apk
path: ./fdroid