|
58 | 58 |
|
59 | 59 | - name: Upload Kotlin build report
|
60 | 60 | if: "${{ always() }}"
|
61 |
| - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 61 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
62 | 62 | with:
|
63 |
| - name: Build report |
| 63 | + name: Build report (check-codestyle) |
64 | 64 | path: build/reports/kotlin-build/
|
65 | 65 |
|
66 | 66 | unit-tests:
|
@@ -89,16 +89,16 @@ jobs:
|
89 | 89 |
|
90 | 90 | - name: (Fail-only) Upload test report
|
91 | 91 | if: "${{ failure() }}"
|
92 |
| - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 92 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
93 | 93 | with:
|
94 |
| - name: Test report |
| 94 | + name: Test report (unit-tests) |
95 | 95 | path: app/build/reports
|
96 | 96 |
|
97 | 97 | - name: Upload Kotlin build report
|
98 | 98 | if: "${{ always() }}"
|
99 |
| - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 99 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
100 | 100 | with:
|
101 |
| - name: Build report |
| 101 | + name: Build report (unit-tests) |
102 | 102 | path: build/reports/kotlin-build/
|
103 | 103 |
|
104 | 104 | build-apks:
|
@@ -127,9 +127,9 @@ jobs:
|
127 | 127 |
|
128 | 128 | - name: Upload Kotlin build report
|
129 | 129 | if: "${{ always() }}"
|
130 |
| - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 130 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
131 | 131 | with:
|
132 |
| - name: Build report |
| 132 | + name: Build report (build-apks) |
133 | 133 | path: build/reports/kotlin-build/
|
134 | 134 |
|
135 | 135 | check-api:
|
@@ -158,9 +158,9 @@ jobs:
|
158 | 158 |
|
159 | 159 | - name: Upload Kotlin build report
|
160 | 160 | if: "${{ always() }}"
|
161 |
| - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 161 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
162 | 162 | with:
|
163 |
| - name: Build report |
| 163 | + name: Build report (check-api) |
164 | 164 | path: build/reports/kotlin-build/
|
165 | 165 |
|
166 | 166 | lint:
|
@@ -189,7 +189,7 @@ jobs:
|
189 | 189 |
|
190 | 190 | - name: Upload Kotlin build report
|
191 | 191 | if: "${{ always() }}"
|
192 |
| - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 192 | + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 |
193 | 193 | with:
|
194 |
| - name: Build report |
| 194 | + name: Build report (lint) |
195 | 195 | path: build/reports/kotlin-build/
|
0 commit comments