File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments