mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
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:
parent
99983a8655
commit
3595289ea8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue