43
43
type : [armv6, arm, arm64, x86, x86_64]
44
44
fail-fast : false
45
45
steps :
46
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
46
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
47
47
with :
48
48
fetch-depth : 2
49
49
@@ -78,14 +78,14 @@ jobs:
78
78
79
79
- name : Upload logs on failure
80
80
if : ${{ failure() }}
81
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
81
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
82
82
with :
83
83
name : android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
84
84
path : deploy/logs.7z
85
85
86
86
- name : Upload client on success
87
87
if : ${{ success() }}
88
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
88
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
89
89
with :
90
90
name : android_client_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
91
91
path : android/BOINC/app/src/main/assets/
@@ -99,36 +99,36 @@ jobs:
99
99
task : [assembleRelease, assembleXiaomi_release, assembleArmv6_release, jacocoTestReportDebug]
100
100
fail-fast : false
101
101
steps :
102
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
102
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
103
103
with :
104
104
fetch-depth : 2
105
105
106
106
- name : Download armv6 client
107
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
107
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
108
108
with :
109
109
name : android_client_armv6_${{ github.event.pull_request.head.sha }}
110
110
path : android/BOINC/app/src/main/assets/
111
111
112
112
- name : Download arm client
113
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
113
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
114
114
with :
115
115
name : android_client_arm_${{ github.event.pull_request.head.sha }}
116
116
path : android/BOINC/app/src/main/assets/
117
117
118
118
- name : Download arm64 client
119
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
119
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
120
120
with :
121
121
name : android_client_arm64_${{ github.event.pull_request.head.sha }}
122
122
path : android/BOINC/app/src/main/assets/
123
123
124
124
- name : Download x86 client
125
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
125
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
126
126
with :
127
127
name : android_client_x86_${{ github.event.pull_request.head.sha }}
128
128
path : android/BOINC/app/src/main/assets/
129
129
130
130
- name : Download x86_64 client
131
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
131
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
132
132
with :
133
133
name : android_client_x86_64_${{ github.event.pull_request.head.sha }}
134
134
path : android/BOINC/app/src/main/assets/
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
- name : Upload logs on failure
153
153
if : ${{ failure() }}
154
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
154
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
155
155
with :
156
156
name : android_logs_manager_${{ github.event.pull_request.head.sha }}
157
157
path : deploy/logs.7z
@@ -160,28 +160,28 @@ jobs:
160
160
run : python ./deploy/prepare_deployment.py android_manager
161
161
162
162
- name : Upload generic artifacts
163
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
163
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
164
164
if : ${{ matrix.task == 'assembleRelease' }}
165
165
with :
166
166
name : android_manager_${{ github.event.pull_request.head.sha }}
167
167
path : deploy/android_manager.7z
168
168
169
169
- name : Upload xiaomi manager
170
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
170
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
171
171
if : ${{ matrix.task == 'assembleXiaomi_release' }}
172
172
with :
173
173
name : android_xiaomi_manager_${{ github.event.pull_request.head.sha }}
174
174
path : deploy/android_manager_xiaomi.7z
175
175
176
176
- name : Upload armv6 only manager
177
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
177
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
178
178
if : ${{ matrix.task == 'assembleArmv6_release' }}
179
179
with :
180
180
name : android_armv6_manager_${{ github.event.pull_request.head.sha }}
181
181
path : deploy/android_manager_armv6.7z
182
182
183
183
- name : Upload JUnit Tests Results
184
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
184
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
185
185
if : ${{ always() && matrix.task == 'jacocoTestReportDebug' }}
186
186
with :
187
187
name : Android_tests_results
@@ -204,7 +204,7 @@ jobs:
204
204
type : [libs, apps, libs-cmake]
205
205
fail-fast : false
206
206
steps :
207
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
207
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
208
208
with :
209
209
fetch-depth : 2
210
210
@@ -247,7 +247,7 @@ jobs:
247
247
248
248
- name : Upload logs on failure
249
249
if : ${{ failure() }}
250
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
250
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
251
251
with :
252
252
name : android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
253
253
path : deploy/logs.7z
@@ -257,7 +257,7 @@ jobs:
257
257
run : python ./deploy/prepare_deployment.py android_${{ matrix.type }}
258
258
259
259
- name : Upload generic artifacts
260
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
260
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
261
261
if : ${{ ! contains(matrix.type, 'libs') }}
262
262
with :
263
263
name : android_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
0 commit comments