Browse Source
Update actions/upload-artifact action to v2
renovate/org.robolectric-robolectric-4.x
Renovate Bot
4 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
.github/workflows/github_debug_apk.yml
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
|
|
|
|
# Create artifact |
|
|
|
- name: Create apk artifact |
|
|
|
uses: actions/upload-artifact@v1 |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: app |
|
|
|
path: app/build/outputs/apk/github/debug/app-github-debug.apk |