mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
8cbafd3402
commit
e24842db88
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: ./gradlew testFdroidDebug testGoogleDebug
|
||||
|
||||
- name: Upload debug artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: fdroidDebug
|
||||
path: app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
|
||||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Upload build reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-reports
|
||||
path: app/build/reports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue