Skip to content

Commit 3dfdb50

Browse files
Update actions/upload-artifact digest to 6f51ac0
1 parent 6d18b3e commit 3dfdb50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ./gradlew assemble test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }}
5151

5252
- name: Upload Test Results
53-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
53+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
5454
if: ${{ failure() }}
5555
with:
5656
name: test-results-${{ matrix.kotlin-version }}
@@ -78,7 +78,7 @@ jobs:
7878
run: ./gradlew.bat assemble test --no-build-cache --no-daemon --stacktrace -Doverride_config-fullTestRun=false
7979

8080
- name: Upload Test Results
81-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
81+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
8282
if: ${{ failure() }}
8383
with:
8484
name: test-results-windows
@@ -130,7 +130,7 @@ jobs:
130130
run: ./gradlew -p build-logic/delegate lint --no-build-cache --no-daemon --stacktrace
131131

132132
- name: Upload Lint Results
133-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
133+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
134134
if: ${{ failure() }}
135135
with:
136136
name: lint-results
@@ -177,7 +177,7 @@ jobs:
177177
run: ./gradlew :gradle-plugin:assemble :gradle-plugin:test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_agp=${{ matrix.agp-version }}
178178

179179
- name: Upload Test Results
180-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
180+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
181181
if: ${{ failure() }}
182182
with:
183183
# Use the Kotlin version to prevent overrides.
@@ -211,7 +211,7 @@ jobs:
211211
run: ./gradlew :delegate:sample:app:assembleDebug --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_config-generateDaggerFactoriesWithAnvil=false
212212

213213
- name: Upload Test Results
214-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
214+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
215215
if: ${{ failure() }}
216216
with:
217217
# Use the Kotlin version to prevent overrides.
@@ -281,7 +281,7 @@ jobs:
281281
script: ./gradlew connectedCheck --no-build-cache --no-daemon --stacktrace
282282

283283
- name: Upload results
284-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
284+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
285285
with:
286286
name: instrumentation-test-results
287287
path: ./**/build/reports/androidTests/connected/**
@@ -303,7 +303,7 @@ jobs:
303303
run: ./gradlew gradleTest --stacktrace
304304

305305
- name: Upload Test Results
306-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
306+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
307307
if: ${{ failure() }}
308308
with:
309309
name: test-results-gradle-integration

0 commit comments

Comments
 (0)