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.
2 parents c35a766 + 083e203 commit 33dfe35Copy full SHA for 33dfe35
.github/workflows/build-pull-request.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: ./.github/actions/print-jvm-thread-dumps
19
- name: Upload Build Reports
20
if: failure()
21
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
22
with:
23
name: build-reports
24
path: '**/build/reports/'
.github/workflows/verify.yml
@@ -79,7 +79,7 @@ jobs:
79
run: ./gradlew spring-boot-release-verification-tests:test
80
- name: Upload Build Reports on Failure
81
82
83
84
85
0 commit comments