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 9511d1f commit 0a03cb8Copy full SHA for 0a03cb8
.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@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: Test Results (Java ${{ matrix.java_version }}.${{ matrix.os }})
38
path: "**/test-results/test/**/*.xml"
0 commit comments