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

@@ -83,7 +83,7 @@ jobs:
latexmk -${{ inputs.processor }} "${{ inputs.document }}.tex"
- name: 📤 Upload 'PDF Documentation' artifact
uses: pyTooling/upload-artifact@v5
uses: pyTooling/upload-artifact@v6
if: inputs.pdf_artifact != ''
with:
name: ${{ inputs.pdf_artifact }}