diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 761143fa..c91f0cf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: ./gradlew --parallel --max-workers=4 test - name: If failure then upload test reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: path: '*/build/reports/tests' name: SpringBootSample-reports