Skip to content

Commit 842bfd6

Browse files
authored
Merge pull request #80 from AppDevNext/UpdateActionLib
Update action lib
2 parents 4be299d + 6fc96f2 commit 842bfd6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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@v2
43+
uses: actions/upload-artifact@v2.2.0
4444
if: ${{ always() }}
4545
with:
4646
name: Logcat-Espresso-report
@@ -49,12 +49,12 @@ jobs:
4949
uses: actions/upload-artifact@master
5050
if: failure()
5151
with:
52-
name: logcat
52+
name: Logcat-logcat
5353
path: artifacts/logcat.log
5454
- name: png-find
5555
run: find screenshots -name '*.png'
5656
- name: Archive screenshots
57-
uses: actions/upload-artifact@v1
57+
uses: actions/upload-artifact@v2.2.0
5858
with:
5959
name: Logcat-Screenshots
6060
path: screenshots/adb
@@ -71,7 +71,7 @@ jobs:
7171
- name: gradle check
7272
run: ./gradlew check
7373
- name: Archive Lint report
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v2.2.0
7575
if: ${{ always() }}
7676
with:
7777
name: Logcat-Lint-report

0 commit comments

Comments
 (0)