50
50
run : ./gradlew assemble test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }}
51
51
52
52
- name : Upload Test Results
53
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
53
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
54
54
if : ${{ failure() }}
55
55
with :
56
56
name : test-results-${{ matrix.kotlin-version }}
78
78
run : ./gradlew.bat assemble test --no-build-cache --no-daemon --stacktrace -Doverride_config-fullTestRun=false
79
79
80
80
- name : Upload Test Results
81
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
81
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
82
82
if : ${{ failure() }}
83
83
with :
84
84
name : test-results-windows
@@ -130,7 +130,7 @@ jobs:
130
130
run : ./gradlew -p build-logic/delegate lint --no-build-cache --no-daemon --stacktrace
131
131
132
132
- name : Upload Lint Results
133
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
133
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
134
134
if : ${{ failure() }}
135
135
with :
136
136
name : lint-results
@@ -177,7 +177,7 @@ jobs:
177
177
run : ./gradlew :gradle-plugin:assemble :gradle-plugin:test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_agp=${{ matrix.agp-version }}
178
178
179
179
- name : Upload Test Results
180
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
180
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
181
181
if : ${{ failure() }}
182
182
with :
183
183
# Use the Kotlin version to prevent overrides.
@@ -211,7 +211,7 @@ jobs:
211
211
run : ./gradlew :delegate:sample:app:assembleDebug --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_config-generateDaggerFactoriesWithAnvil=false
212
212
213
213
- name : Upload Test Results
214
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
214
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
215
215
if : ${{ failure() }}
216
216
with :
217
217
# Use the Kotlin version to prevent overrides.
@@ -281,7 +281,7 @@ jobs:
281
281
script : ./gradlew connectedCheck --no-build-cache --no-daemon --stacktrace
282
282
283
283
- name : Upload results
284
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
284
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
285
285
with :
286
286
name : instrumentation-test-results
287
287
path : ./**/build/reports/androidTests/connected/**
@@ -303,7 +303,7 @@ jobs:
303
303
run : ./gradlew gradleTest --stacktrace
304
304
305
305
- name : Upload Test Results
306
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
306
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
307
307
if : ${{ failure() }}
308
308
with :
309
309
name : test-results-gradle-integration
0 commit comments