File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
6464 cmdOptions : -noaudio -no-boot-anim -no-window -metrics-collection
6565 bootTimeout : 720 # seconds = 12 minutes
6666 - name : Archive Espresso results
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 if : ${{ always() }}
6969 with :
7070 name : Logcat-Espresso-report
7171 path : app/build/reports/androidTests/connected
7272 - name : Archive screenshots
7373 if : ${{ always() }}
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : Logcat-Screenshots
7777 path : |
9898 - name : gradle check
9999 run : ./gradlew check
100100 - name : Archive Lint report
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v5
102102 if : ${{ always() }}
103103 with :
104104 name : Logcat-Lint-report
You can’t perform that action at this time.
0 commit comments