Merge branch '3.0.x' into 3.1.x

Closes gh-36309
This commit is contained in:
Andy Wilkinson 2023-07-11 11:20:38 +01:00
commit e8ced6ea37
1 changed files with 6 additions and 0 deletions

View File

@ -34,3 +34,9 @@ jobs:
- name: Print JVM thread dumps when cancelled
uses: ./.github/actions/print-jvm-thread-dumps
if: cancelled()
- name: Upload build reports
uses: actions/upload-artifact@v3
with:
name: build-reports
path: '**/build/reports/'