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 94f07e6 commit 5ec3a98Copy full SHA for 5ec3a98
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
./gradlew --parallel --max-workers=4 test
26
- name: If failure then upload test reports
27
if: failure()
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
with:
30
path: '*/build/reports/tests'
31
name: SpringBootSample-reports
0 commit comments