Skip to content

Commit ee0d969

Browse files
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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ba1aa8 commit ee0d969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: ./gradlew ${{ matrix.task }}
2424
# upload build output for later inspection, if the build failed
2525
# N.B only applies to the last task in the matrix
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
if: failure()
2828
with:
2929
name: wholebuild #testreports
@@ -46,7 +46,7 @@ jobs:
4646
- run: ./gradlew ${{ matrix.task }}
4747
# upload build output for later inspection, if the build failed
4848
# N.B only applies to the last task in the matrix
49-
- uses: actions/upload-artifact@v4
49+
- uses: actions/upload-artifact@v5
5050
if: failure()
5151
with:
5252
name: wholebuild #testreports

0 commit comments

Comments
 (0)