Update python.yml

This commit is contained in:
duncathan salt 2024-12-05 15:16:59 -06:00 committed by GitHub
parent 268209bff0
commit 0a93bf3867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
run: python -m build --sdist
- name: Store the packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist
@ -46,7 +46,7 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/