|
|
|
@ -79,7 +79,7 @@ jobs: |
|
|
|
run: ./gradlew spring-boot-release-verification-tests:test |
|
|
|
run: ./gradlew spring-boot-release-verification-tests:test |
|
|
|
- name: Upload Build Reports on Failure |
|
|
|
- name: Upload Build Reports on Failure |
|
|
|
if: failure() |
|
|
|
if: failure() |
|
|
|
uses: actions/upload-artifact@v5 |
|
|
|
uses: actions/upload-artifact@v6 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: build-reports |
|
|
|
name: build-reports |
|
|
|
path: '**/build/reports/' |
|
|
|
path: '**/build/reports/' |
|
|
|
|