Skip to content

Commit 9e69c55

Browse files
committed
Merge branch '3.5.x'
Closes gh-48547
2 parents 62364d5 + e0627ed commit 9e69c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/actions/print-jvm-thread-dumps
1919
- name: Upload Build Reports
2020
if: failure()
21-
uses: actions/upload-artifact@v5
21+
uses: actions/upload-artifact@v6
2222
with:
2323
name: build-reports
2424
path: '**/build/reports/'

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: ./gradlew spring-boot-release-verification-tests:test
8080
- name: Upload Build Reports on Failure
8181
if: failure()
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: build-reports
8585
path: '**/build/reports/'

0 commit comments

Comments
 (0)