We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63cccd1 + 378e633 commit d6b7a73Copy full SHA for d6b7a73
1 file changed
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
./gradlew check --warning-mode all
71
72
- name: archive test results
73
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
74
if: always()
75
with:
76
name: test-results-${{ matrix.os }}
@@ -160,7 +160,7 @@ jobs:
160
./gradlew -Dorg.gradle.jvmargs="-Xmx1024m -XX:MaxMetaspaceSize=400m" :openapi-parser:sonar --stacktrace
161
162
163
164
165
166
name: test-results
0 commit comments