We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ba1aa8 + ee0d969 commit 4f9665eCopy full SHA for 4f9665e
.github/workflows/gradle-build.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: ./gradlew ${{ matrix.task }}
24
# upload build output for later inspection, if the build failed
25
# N.B only applies to the last task in the matrix
26
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
27
if: failure()
28
with:
29
name: wholebuild #testreports
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments