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 0e70b06 commit a0404e2Copy full SHA for a0404e2
.github/workflows/run-checks.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run generated solution tests
38
run: ./gradlew test --tests "generated.com.igorwojda.*"
39
40
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
41
with:
42
name: unit-test-report
43
path: ./**/build/reports/tests/
0 commit comments