We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a1a40 commit 722ea80Copy full SHA for 722ea80
.github/workflows/publish-pypi.yml
@@ -20,12 +20,12 @@ jobs:
20
python -m pip install --upgrade pip
21
python -m pip install twine
22
- name: Fetch wheel artifact
23
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
24
with:
25
name: wheel-artifact
26
path: dist
27
- name: Fetch sdist artifact
28
29
30
name: sdist-artifact
31
0 commit comments