File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
- name : Android Lint
35
35
run : ./gradlew lintDebug
36
36
- name : Upload Android Lint Report
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : android-lint-report
40
40
path : build/reports/android-lint.html
41
41
# step 4
42
42
- name : Run Unit Tests
43
43
run : ./gradlew testDebugUnitTest
44
44
- name : Upload Unit Test Reports
45
- uses : actions/upload-artifact@v2
45
+ uses : actions/upload-artifact@v4
46
46
if : always()
47
47
with :
48
48
name : unit-test-report
70
70
# step 2
71
71
- name : Upload results
72
72
if : always()
73
- uses : actions/upload-artifact@v2
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : instrumentation-test-results
76
76
path : build/androidTest-results
You can’t perform that action at this time.
0 commit comments