Use pattern to reduce the number of downloaded artifacts.

This commit is contained in:
Patrick Lehmann
2024-12-07 19:11:33 +01:00
parent c34d4e240e
commit f084e02f01
10 changed files with 39 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ jobs:
uses: pyTooling/download-artifact@v4
with:
name: ${{ inputs.artifact }}
path: dist/
path: dist
- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5