24
24
25
25
- name : Upload Kotlin build report
26
26
if : " ${{ always() }}"
27
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
27
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
44
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
68
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
85
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
102
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
103
103
with :
104
104
name : Build report (lint)
105
105
path : build/reports/kotlin-build/
0 commit comments