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.
1 parent d7dd333 commit 3c01967Copy full SHA for 3c01967
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
echo "${{ matrix.test_class }}" | tr -d '\n' | xargs -d ',' -n1 ./gradlew test -i --tests
93
94
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
95
if: ${{ failure() }}
96
with:
97
name: ${{ matrix.name }}-logs-artifact
.github/workflows/ci_repo_dispatch.yml
@@ -36,7 +36,7 @@ jobs:
36
fi
37
./gradlew :app:test --info
38
39
- - uses: actions/upload-artifact@v2
40
if: ${{ success() }} || ${{ failure() }}
41
42
name: logs-artifact
0 commit comments