24
24
25
25
- name : Upload Kotlin build report
26
26
if : " ${{ always() }}"
27
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
27
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
28
28
with :
29
29
name : Build report (check-codestyle)
30
30
path : build/reports/kotlin-build/
@@ -41,14 +41,14 @@ jobs:
41
41
42
42
- name : (Fail-only) Upload test report
43
43
if : " ${{ failure() }}"
44
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
44
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45
45
with :
46
46
name : Test report (unit-tests)
47
47
path : app/build/reports
48
48
49
49
- name : Upload Kotlin build report
50
50
if : " ${{ always() }}"
51
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
51
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52
52
with :
53
53
name : Build report (unit-tests)
54
54
path : build/reports/kotlin-build/
65
65
66
66
- name : Upload Kotlin build report
67
67
if : " ${{ always() }}"
68
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
68
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
69
69
with :
70
70
name : Build report (build-apks)
71
71
path : build/reports/kotlin-build/
82
82
83
83
- name : Upload Kotlin build report
84
84
if : " ${{ always() }}"
85
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
85
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86
86
with :
87
87
name : Build report (check-api)
88
88
path : build/reports/kotlin-build/
99
99
100
100
- name : Upload Kotlin build report
101
101
if : " ${{ always() }}"
102
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
102
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
103
103
with :
104
104
name : Build report (lint)
105
105
path : build/reports/kotlin-build/
0 commit comments