Browse Source

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

Update actions/upload-artifact action to v2
renovate/org.robolectric-robolectric-4.x
Ammar Githam 4 years ago
committed by GitHub
parent
commit
541c1a2252
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/github_debug_apk.yml

2
.github/workflows/github_debug_apk.yml

@ -28,7 +28,7 @@ jobs:
# Create artifact # Create artifact
- name: Create apk artifact - name: Create apk artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with: with:
name: app name: app
path: app/build/outputs/apk/github/debug/app-github-debug.apk path: app/build/outputs/apk/github/debug/app-github-debug.apk
Loading…
Cancel
Save