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

@@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v5
- name: 📥 Download Artifacts
uses: pyTooling/download-artifact@v5
uses: pyTooling/download-artifact@v6
with:
pattern: ${{ inputs.unittest_artifacts_pattern }}
path: artifacts
@@ -156,7 +156,7 @@ jobs:
fail_ci_if_error: true
- name: 📤 Upload merged 'JUnit Test Summary' artifact
uses: pyTooling/upload-artifact@v4
uses: pyTooling/upload-artifact@v5
if: inputs.merged_junit_artifact != ''
with:
name: ${{ inputs.merged_junit_artifact }}