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