We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44878c commit 364c4b3Copy full SHA for 364c4b3
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build a binary wheel and a source tarball
26
run: python3 -m build
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: python-package-distributions
31
path: dist/
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
47
48
0 commit comments