We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9896af2 commit 0ff4a2dCopy full SHA for 0ff4a2d
.github/workflows/ci.yml
@@ -298,7 +298,7 @@ jobs:
298
run: ./gradlew testJvm -Pmodulecheck.kotlinVersion=${{ matrix.kotlin-version }} -Pmodulecheck.gradleVersion=${{ matrix.gradle-version }} -Pmodulecheck.agpVersion=${{ matrix.agp-version }} --no-daemon
299
300
- name: Archive test results
301
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
302
if: failure()
303
with:
304
name: test-results-ubuntu
@@ -341,7 +341,7 @@ jobs:
341
run: ./gradlew testJvm --no-daemon
342
343
344
345
346
347
name: test-results-windows
0 commit comments