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

@@ -64,20 +64,20 @@ jobs:
github_pages_url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: 📥 Download artifacts '${{ inputs.doc }}' from 'SphinxDocumentation' job
uses: pyTooling/download-artifact@v7
uses: pyTooling/download-artifact@v8
with:
name: ${{ inputs.doc }}
path: public
- name: 📥 Download artifacts '${{ inputs.coverage }}' from 'Coverage' job
uses: pyTooling/download-artifact@v7
uses: pyTooling/download-artifact@v8
if: ${{ inputs.coverage != '' }}
with:
name: ${{ inputs.coverage }}
path: public/coverage
- name: 📥 Download artifacts '${{ inputs.typing }}' from 'StaticTypeCheck' job
uses: pyTooling/download-artifact@v7
uses: pyTooling/download-artifact@v8
if: ${{ inputs.typing != '' }}
with:
name: ${{ inputs.typing }}