fix: using new github action download-artifact version

This commit is contained in:
Mose Müller 2025-01-20 09:29:49 +01:00
parent 3698cb7f92
commit 197268255b

View File

@ -44,7 +44,7 @@ jobs:
steps: steps:
- name: Download all the dists - name: Download all the dists
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: python-package-distributions name: python-package-distributions
path: dist/ path: dist/
@ -65,7 +65,7 @@ jobs:
steps: steps:
- name: Download all the dists - name: Download all the dists
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: python-package-distributions name: python-package-distributions
path: dist/ path: dist/