Updated actions/upload-artifact@v5 to actions/upload-artifact@v6.

This commit is contained in:
Patrick Lehmann
2025-12-13 22:44:13 +01:00
parent 780b6f466c
commit 1593383254
12 changed files with 25 additions and 25 deletions

View File

@@ -262,7 +262,7 @@ jobs:
- name: 📤 Upload 'TestReportSummary.xml' artifact
if: inputs.apptest_xml_artifact != ''
uses: pyTooling/upload-artifact@v5
uses: pyTooling/upload-artifact@v6
with:
name: ${{ inputs.apptest_xml_artifact }}-${{ matrix.system }}-${{ matrix.runtime }}-${{ matrix.python }}
working-directory: report/unit