Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2025-08-13 01:09:26 +02:00
parent 1a3ba03626
commit fb546453ae
23 changed files with 38 additions and 38 deletions

View File

@@ -53,23 +53,23 @@ jobs:
steps:
- name: ⏬ Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: 📥 Download artifacts '${{ inputs.doc }}' from 'SphinxDocumentation' job
uses: pyTooling/download-artifact@v4
uses: pyTooling/download-artifact@v5
with:
name: ${{ inputs.doc }}
path: public
- name: 📥 Download artifacts '${{ inputs.coverage }}' from 'Coverage' job
uses: pyTooling/download-artifact@v4
uses: pyTooling/download-artifact@v5
if: ${{ inputs.coverage != '' }}
with:
name: ${{ inputs.coverage }}
path: public/coverage
- name: 📥 Download artifacts '${{ inputs.typing }}' from 'StaticTypeCheck' job
uses: pyTooling/download-artifact@v4
uses: pyTooling/download-artifact@v5
if: ${{ inputs.typing != '' }}
with:
name: ${{ inputs.typing }}