Merge remote-tracking branch 'origin/3.1.x' into 4.0.x

This commit is contained in:
Olga MaciaszekSharma
2024-01-11 11:26:58 +01:00

View File

@@ -36,7 +36,7 @@ jobs:
with:
report_paths: '**/surefire-reports/TEST-*.xml'
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: '**/surefire-reports/*'