Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2026-02-27 21:58:29 +01:00
parent 796bfa716e
commit 8bf7483d97
13 changed files with 36 additions and 36 deletions

View File

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