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