We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807a33e commit 5fc68f2Copy full SHA for 5fc68f2
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: python3 -m build
34
35
- name: Store the distribution packages
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: python-package-distributions
39
path: dist/
@@ -52,7 +52,7 @@ jobs:
52
53
steps:
54
- name: Download the dists
55
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
56
57
58
@@ -73,7 +73,7 @@ jobs:
73
74
75
- name: Download dists
76
77
78
79
0 commit comments