We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1a4fb3 + 0d32a9d commit a055079Copy full SHA for a055079
1 file changed
.github/workflows/build.yaml
@@ -73,7 +73,7 @@ jobs:
73
./gradlew javaToolchains check --warning-mode all --stacktrace
74
75
- name: archive test results
76
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
77
if: always()
78
with:
79
name: test-results-${{ matrix.os }}
0 commit comments