We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6846fe commit 93c468dCopy full SHA for 93c468d
.github/workflows/python-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build a source tarball
37
run: python3 -m build -s
38
- name: Store the distribution packages
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: python-package-distributions
42
path: dist/
@@ -55,7 +55,7 @@ jobs:
55
56
steps:
57
- name: Download all the dists
58
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
59
60
61
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
0 commit comments