File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 cmdOptions : -noaudio -no-boot-anim -no-window -metrics-collection
6767 bootTimeout : 720 # seconds = 12 minutes
6868 - name : Archive Espresso results
69- uses : actions/upload-artifact@v6
69+ uses : actions/upload-artifact@v7
7070 if : ${{ always() }}
7171 with :
7272 name : Logcat-Espresso-report
7373 path : app/build/reports/androidTests/connected
7474 - name : Archive screenshots
7575 if : ${{ always() }}
76- uses : actions/upload-artifact@v6
76+ uses : actions/upload-artifact@v7
7777 with :
7878 name : Logcat-Screenshots
7979 path : |
@@ -102,7 +102,7 @@ jobs:
102102 - name : gradle check
103103 run : ./gradlew check
104104 - name : Archive Lint report
105- uses : actions/upload-artifact@v6
105+ uses : actions/upload-artifact@v7
106106 if : ${{ always() }}
107107 with :
108108 name : Logcat-Lint-report
You can’t perform that action at this time.
0 commit comments