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

@@ -56,20 +56,20 @@ jobs:
uses: actions/checkout@v5
- name: 📥 Download artifacts '${{ inputs.doc }}' from 'SphinxDocumentation' job
uses: pyTooling/download-artifact@v5
uses: pyTooling/download-artifact@v6
with:
name: ${{ inputs.doc }}
path: public
- name: 📥 Download artifacts '${{ inputs.coverage }}' from 'Coverage' job
uses: pyTooling/download-artifact@v5
uses: pyTooling/download-artifact@v6
if: ${{ inputs.coverage != '' }}
with:
name: ${{ inputs.coverage }}
path: public/coverage
- name: 📥 Download artifacts '${{ inputs.typing }}' from 'StaticTypeCheck' job
uses: pyTooling/download-artifact@v5
uses: pyTooling/download-artifact@v6
if: ${{ inputs.typing != '' }}
with:
name: ${{ inputs.typing }}