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.
2 parents f7d7bd5 + 388f911 commit f41a78dCopy full SHA for f41a78d
.github/workflows/check.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./gradlew check --stacktrace
33
- name: Upload Test Results
34
if: always()
35
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
36
with:
37
name: Test Results (Java ${{ matrix.java_version }}.${{ matrix.os }})
38
path: "**/test-results/test/**/*.xml"
0 commit comments