Use pattern to reduce the number of downloaded artifacts.

This commit is contained in:
Patrick Lehmann
2024-12-07 19:11:33 +01:00
parent c34d4e240e
commit f084e02f01
10 changed files with 39 additions and 11 deletions

View File

@@ -258,6 +258,7 @@ jobs:
uses: pyTooling/upload-artifact@v4
with:
name: ${{ inputs.apptest_xml_artifact }}-${{ matrix.system }}-${{ matrix.runtime }}-${{ matrix.python }}
path: report/unit/TestReportSummary.xml
working-directory: report/unit
path: TestReportSummary.xml
if-no-files-found: error
retention-days: 1