mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-26 06:57:26 +00:00
Update python.yml
This commit is contained in:
parent
268209bff0
commit
0a93bf3867
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue