mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-16 10:42:50 -05:00
chore(deps): update actions/download-artifact action to v5 (#2642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -184,19 +184,19 @@ jobs:
|
||||
echo -e "versionCode=${{ env.versionCode }}\nversionNameBase=${{ env.versionNameBase }}" > ./version_info.txt
|
||||
|
||||
- name: Download F-Droid APK
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: fdroid-apk
|
||||
path: ./fdroid-apk-download
|
||||
|
||||
- name: Download Google AAB
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: google-aab
|
||||
path: ./google-aab-download
|
||||
|
||||
- name: Download Google APK
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: google-apk
|
||||
path: ./google-apk-download
|
||||
|
||||
Reference in New Issue
Block a user