We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f6264 commit b1c3683Copy full SHA for b1c3683
.github/workflows/push.yml
@@ -21,7 +21,7 @@ jobs:
21
./gradlew -Pbt=Debug -Pflavor=Sp -Ptarget=Linux64 -Ptool=gcc -x checkstyleMain -x checkstyleTest build install \
22
--console=plain
23
- if: failure()
24
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
25
with:
26
name: test-report
27
path: build/reports/tests/test
@@ -378,7 +378,7 @@ jobs:
378
./gradlew -Pbt=Release -Pflavor=Sp -Ptarget=Linux64 build install \
379
380
381
382
383
384
0 commit comments