github actions: update actions/upload-artifact to v2

This commit is contained in:
Leonid Pliushch
2021-02-03 19:05:19 +02:00
parent fec61d315f
commit 407e4e003a

View File

@@ -20,7 +20,7 @@ jobs:
run: | run: |
./gradlew assembleDebug ./gradlew assembleDebug
- name: Store generated APK file - name: Store generated APK file
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v2
with: with:
name: termux-app name: termux-app
path: ./app/build/outputs/apk/debug path: ./app/build/outputs/apk/debug