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 5c1f3e7 commit b46085bCopy full SHA for b46085b
.github/workflows/check.yml
@@ -21,7 +21,7 @@ jobs:
21
run: ./gradlew check --stacktrace
22
- name: Archive test results
23
if: failure()
24
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
25
with:
26
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
27
path: build/reports/tests/test
0 commit comments