Skip to content

Commit 0ff4a2d

Browse files
renovate-botkodiakhq[bot]
authored andcommitted
Update actions/upload-artifact action to v3
1 parent 9896af2 commit 0ff4a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
run: ./gradlew testJvm -Pmodulecheck.kotlinVersion=${{ matrix.kotlin-version }} -Pmodulecheck.gradleVersion=${{ matrix.gradle-version }} -Pmodulecheck.agpVersion=${{ matrix.agp-version }} --no-daemon
299299

300300
- name: Archive test results
301-
uses: actions/upload-artifact@v2
301+
uses: actions/upload-artifact@v3
302302
if: failure()
303303
with:
304304
name: test-results-ubuntu
@@ -341,7 +341,7 @@ jobs:
341341
run: ./gradlew testJvm --no-daemon
342342

343343
- name: Archive test results
344-
uses: actions/upload-artifact@v2
344+
uses: actions/upload-artifact@v3
345345
if: failure()
346346
with:
347347
name: test-results-windows

0 commit comments

Comments
 (0)