Skip to content

Commit 8481081

Browse files
authored
Merge pull request #74 from AppDevNext/UpdateGradleWrapperAction
add workflow for Update Gradle Wrapper Action
2 parents 732e8d5 + e03d4c9 commit 8481081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Android-CI-Espresso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tag: default
4141
abi: x86
4242
- name: Archive Espresso results
43-
uses: actions/upload-artifact@v1
43+
uses: actions/upload-artifact@v2
4444
if: ${{ always() }}
4545
with:
4646
name: Logcat-Espresso-report
@@ -71,7 +71,7 @@ jobs:
7171
- name: gradle check
7272
run: ./gradlew check
7373
- name: Archive Lint report
74-
uses: actions/upload-artifact@v1
74+
uses: actions/upload-artifact@v2
7575
if: ${{ always() }}
7676
with:
7777
name: Logcat-Lint-report

0 commit comments

Comments
 (0)