Skip to content

Commit 1e6e2eb

Browse files
dependabot[bot]snicoll
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... See gh-47839 Signed-off-by: dependabot[bot] <support@github.com>
1 parent d85ccc5 commit 1e6e2eb

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)