Bumped versions of upload-artifact to @v5 and download-artifact to @v6.

This commit is contained in:
Patrick Lehmann
2025-10-27 07:34:29 +01:00
parent a78656a0bb
commit fbf1108ec2
15 changed files with 38 additions and 38 deletions

View File

@@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v5
- name: 📥 Download artifacts '${{ inputs.wheel }}' from 'Package' job
uses: pyTooling/download-artifact@v5
uses: pyTooling/download-artifact@v6
with:
name: ${{ inputs.wheel }}
path: install
@@ -262,7 +262,7 @@ jobs:
- name: 📤 Upload 'TestReportSummary.xml' artifact
if: inputs.apptest_xml_artifact != ''
uses: pyTooling/upload-artifact@v4
uses: pyTooling/upload-artifact@v5
with:
name: ${{ inputs.apptest_xml_artifact }}-${{ matrix.system }}-${{ matrix.runtime }}-${{ matrix.python }}
working-directory: report/unit