File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 api-level : 29
5656 script : ./gradlew connectedCheck
5757 - name : " Archive Instrumented Tests Results"
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 if : ${{ always() }}
6060 with :
6161 name : " instrumented-tests-results"
8181 working-directory : ${{ inputs.app_relative_path }}
8282 run : ./gradlew test
8383 - name : " Android Unit Tests Report"
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 if : ${{ always() }}
8686 with :
8787 name : " unit-tests-results"
@@ -107,7 +107,7 @@ jobs:
107107 working-directory : ${{ inputs.app_relative_path }}
108108 run : ./gradlew lint
109109 - name : " Archive Lint Test Results"
110- uses : actions/upload-artifact@v3
110+ uses : actions/upload-artifact@v4
111111 if : ${{ always() }}
112112 with :
113113 name : " lint-results"
@@ -133,7 +133,7 @@ jobs:
133133 working-directory : ${{ inputs.app_relative_path }}
134134 run : ./gradlew ktlintCheck
135135 - name : " Archive Lint Test Results"
136- uses : actions/upload-artifact@v3
136+ uses : actions/upload-artifact@v4
137137 if : ${{ always() }}
138138 with :
139139 name : " kotlin-lint-results"
You can’t perform that action at this time.
0 commit comments