File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 40
40
- name : Assemble ${{ matrix.target }} debug apk
41
41
run : ./gradlew assemble${{ matrix.target }}Debug $CI_GRADLE_ARG_PROPERTIES
42
42
- name : Upload ${{ matrix.target }} debug APKs
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : vector-${{ matrix.target }}-debug
46
46
path : |
69
69
- name : Assemble GPlay unsigned apk
70
70
run : ./gradlew clean assembleGplayRelease $CI_GRADLE_ARG_PROPERTIES
71
71
- name : Upload Gplay unsigned APKs
72
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
name : vector-gplay-release-unsigned
75
75
path : |
81
81
steps :
82
82
- name : Obtain apk from artifact
83
83
id : download
84
- uses : actions/download-artifact@v3
84
+ uses : actions/download-artifact@v4
85
85
with :
86
86
name : vector-gplay-release-unsigned
87
87
- name : Show apks in artifact
92
92
# Don't fail when finding trackers so they can be reported later
93
93
args : /github/workspace/gplay/release/vector-gplay-universal-release-unsigned.apk -j -o /github/workspace/exodus.json -e 0
94
94
- name : Upload exodus json report
95
- uses : actions/upload-artifact@v3
95
+ uses : actions/upload-artifact@v4
96
96
with :
97
97
name : exodus.json
98
98
path : |
Original file line number Diff line number Diff line change 77
77
adb logcat >> emulator.log &
78
78
./gradlew $CI_GRADLE_ARG_PROPERTIES connectedGplayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest || (adb pull storage/emulated/0/Pictures/failure_screenshots && exit 1 )
79
79
- name : Upload Test Report Log
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
if : always()
82
82
with :
83
83
name : uitest-error-results
Original file line number Diff line number Diff line change 71
71
./gradlew vector-app:lintFdroidRelease $CI_GRADLE_ARG_PROPERTIES
72
72
- name : Upload reports
73
73
if : always()
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : linting-report
77
77
path : |
@@ -115,7 +115,7 @@ jobs:
115
115
run : ./gradlew dependencyCheckAnalyze $CI_GRADLE_ARG_PROPERTIES
116
116
- name : Upload dependency analysis
117
117
if : always()
118
- uses : actions/upload-artifact@v3
118
+ uses : actions/upload-artifact@v4
119
119
with :
120
120
name : dependency-analysis
121
121
path : build/reports/dependency-check-report.html
Original file line number Diff line number Diff line change 45
45
46
46
- name : Archive Screenshot Results on Error
47
47
if : failure()
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : screenshot-results
51
51
path : |
98
98
# ## ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES
99
99
100
100
- name : Upload Integration Test Report Log
101
- uses : actions/upload-artifact@v3
101
+ uses : actions/upload-artifact@v4
102
102
if : always()
103
103
with :
104
104
name : integration-test-error-results
You can’t perform that action at this time.
0 commit comments