We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4156091 commit 755b7e2Copy full SHA for 755b7e2
.github/workflows/continuous-integration.yml
@@ -42,7 +42,7 @@ jobs:
42
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
43
- name: Save Test Reports
44
if: failure()
45
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
46
with:
47
name: test-reports
48
path: '**/build/reports'
@@ -80,7 +80,7 @@ jobs:
80
./gradlew testAllProtocols
81
82
83
84
85
86
0 commit comments