Skip to content

Commit 4f9665e

Browse files
authored
Merge pull request #213 from gradle/dependabot/github_actions/actions/upload-artifact-5
2 parents 2ba1aa8 + ee0d969 commit 4f9665e

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)