@@ -84,14 +84,14 @@ jobs:
8484
8585 - name : Upload logs on failure
8686 if : ${{ failure() }}
87- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
8888 with :
8989 name : android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9090 path : deploy/logs.7z
9191
9292 - name : Upload client on success
9393 if : ${{ success() }}
94- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
94+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
9595 with :
9696 name : android_client_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9797 path : android/BOINC/app/src/main/assets/
@@ -157,27 +157,27 @@ jobs:
157157
158158 - name : Upload logs on failure
159159 if : ${{ failure() }}
160- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
160+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
161161 with :
162162 name : android_logs_manager_${{ github.event.pull_request.head.sha }}
163163 path : deploy/logs.7z
164164
165165 - name : Upload generic artifacts
166- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
166+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
167167 if : ${{ matrix.task == 'assembleRelease' }}
168168 with :
169169 name : android_manager_${{ github.event.pull_request.head.sha }}
170170 path : android/BOINC/app/build/outputs/apk/release/app-release-unsigned.apk
171171
172172 - name : Upload armv6 only manager
173- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
173+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
174174 if : ${{ matrix.task == 'assembleArmv6_release' }}
175175 with :
176176 name : android_armv6_manager_${{ github.event.pull_request.head.sha }}
177177 path : android/BOINC/app/build/outputs/apk/armv6_release/app-armv6_release-unsigned.apk
178178
179179 - name : Upload JUnit Tests Results
180- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
180+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
181181 if : ${{ always() && matrix.task == 'jacocoTestReportDebug' }}
182182 with :
183183 name : Android_tests_results
@@ -246,7 +246,7 @@ jobs:
246246
247247 - name : Upload logs on failure
248248 if : ${{ failure() }}
249- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
249+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
250250 with :
251251 name : android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
252252 path : deploy/logs.7z
@@ -256,7 +256,7 @@ jobs:
256256 run : python ./deploy/prepare_deployment.py android_${{ matrix.type }}
257257
258258 - name : Upload generic artifacts
259- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
259+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
260260 if : ${{ success() && matrix.type == 'apps' }}
261261 with :
262262 name : android_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
0 commit comments