mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-26 23:16:50 +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
|
run: python -m build --sdist
|
||||||
|
|
||||||
- name: Store the packages
|
- name: Store the packages
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist
|
path: dist
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download all the dists
|
- name: Download all the dists
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
Loading…
Reference in a new issue