We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69f2905 + b1f95b1 commit 0b1293eCopy full SHA for 0b1293e
.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@v6
+ uses: actions/upload-artifact@v7
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 -Dorg.gradle.configuration-cache.read-only=true
161
162
163
164
165
166
name: test-results
0 commit comments