Skip to content

Commit 722ea80

Browse files
committed
Update download-artifact workflow version
1 parent b3a1a40 commit 722ea80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
python -m pip install --upgrade pip
2121
python -m pip install twine
2222
- name: Fetch wheel artifact
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: wheel-artifact
2626
path: dist
2727
- name: Fetch sdist artifact
28-
uses: actions/download-artifact@v3
28+
uses: actions/download-artifact@v4
2929
with:
3030
name: sdist-artifact
3131
path: dist

0 commit comments

Comments
 (0)