File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ jobs:
3838 tag : default
3939 abi : x86
4040 - name : Archive Espresso results
41- uses : actions/upload-artifact@v2.2.2
41+ uses : actions/upload-artifact@v2.2.3
4242 if : ${{ always() }}
4343 with :
4444 name : Logcat-Espresso-report
4545 path : sample/build/reports/androidTests/connected
4646 - name : Save logcat output
47- uses : actions/upload-artifact@v2.2.2
47+ uses : actions/upload-artifact@v2.2.3
4848 if : failure()
4949 with :
5050 name : Logcat-logcat
5151 path : artifacts/logcat.log
5252 - name : png-find
5353 run : find screenshots -name '*.png'
5454 - name : Archive screenshots
55- uses : actions/upload-artifact@v2.2.2
55+ uses : actions/upload-artifact@v2.2.3
5656 with :
5757 name : Logcat-Screenshots
5858 path : screenshots/adb
6969 - name : gradle check
7070 run : ./gradlew check
7171 - name : Archive Lint report
72- uses : actions/upload-artifact@v2.2.2
72+ uses : actions/upload-artifact@v2.2.3
7373 if : ${{ always() }}
7474 with :
7575 name : Logcat-Lint-report
You can’t perform that action at this time.
0 commit comments