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 6525e09 commit 0841034Copy full SHA for 0841034
.github/workflows/continuous-integration.yml
@@ -68,7 +68,7 @@ jobs:
68
./gradlew test jvmTest
69
- name: Save Test Reports
70
if: failure()
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
with:
73
name: test-reports-${{ matrix.os }}
74
path: '**/build/reports'
0 commit comments