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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
82
82
if : ${{ failure() }}
83
83
with :
84
84
name : test-results-windows
@@ -135,7 +135,7 @@ jobs:
135
135
run : ./gradlew lint
136
136
137
137
- name : Upload Lint Results
138
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
138
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
139
139
if : ${{ failure() }}
140
140
with :
141
141
name : lint-results
@@ -182,7 +182,7 @@ jobs:
182
182
run : ./gradlew :gradle-plugin:assemble :gradle-plugin:test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_agp=${{ matrix.agp-version }}
183
183
184
184
- name : Upload Test Results
185
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
185
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
186
186
if : ${{ failure() }}
187
187
with :
188
188
# Use the Kotlin version to prevent overrides.
@@ -218,7 +218,7 @@ jobs:
218
218
run : ./gradlew assembleDebug --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_config-generateDaggerFactoriesWithAnvil=false
219
219
220
220
- name : Upload Test Results
221
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
221
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
222
222
if : ${{ failure() }}
223
223
with :
224
224
# Use the Kotlin version to prevent overrides.
@@ -289,7 +289,7 @@ jobs:
289
289
script : ./gradlew connectedCheck --no-build-cache --no-daemon --stacktrace
290
290
291
291
- name : Upload results
292
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
292
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
293
293
with :
294
294
name : instrumentation-test-results
295
295
path : ./**/build/reports/androidTests/connected/**
@@ -312,7 +312,7 @@ jobs:
312
312
run : ./gradlew test allTests --stacktrace
313
313
314
314
- name : Upload Test Results
315
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
315
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
316
316
if : ${{ failure() }}
317
317
with :
318
318
name : test-results-gradle-integration
@@ -335,7 +335,7 @@ jobs:
335
335
run : ./gradlew gradleTest --stacktrace
336
336
337
337
- name : Upload Test Results
338
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
338
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
339
339
if : ${{ failure() }}
340
340
with :
341
341
name : test-results-gradle-integration
0 commit comments