We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 370aba1 + 9698a62 commit 6017b76Copy full SHA for 6017b76
.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@v6
+ uses: actions/upload-artifact@v7
36
with:
37
name: Test Results (Java ${{ matrix.java_version }}.${{ matrix.os }})
38
path: "**/test-results/test/**/*.xml"
0 commit comments