Merge pull request #867 from austinhuang0131/renovate/actions-upload-artifact-2.x

Update actions/upload-artifact action to v2
This commit is contained in:
Ammar Githam 2021-03-26 21:04:16 +09:00 committed by GitHub
commit 541c1a2252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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