Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: ./gradlew ${{ matrix.task }}
# upload build output for later inspection, if the build failed
# N.B only applies to the last task in the matrix
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: wholebuild #testreports
Expand All @@ -46,7 +46,7 @@ jobs:
- run: ./gradlew ${{ matrix.task }}
# upload build output for later inspection, if the build failed
# N.B only applies to the last task in the matrix
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: failure()
with:
name: wholebuild #testreports
Expand Down
Loading