Skip to content

Commit 33dfe35

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-47845
2 parents c35a766 + 083e203 commit 33dfe35

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@v4
21+
uses: actions/upload-artifact@v5
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@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: build-reports
8585
path: '**/build/reports/'

0 commit comments

Comments
 (0)