We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41238ad + c6fdf5c commit fa4342aCopy full SHA for fa4342a
.github/workflows/publish-package.yml
@@ -63,7 +63,7 @@ jobs:
63
run: python3 -m build
64
65
- name: Store the distribution packages
66
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
67
with:
68
name: python-package-distributions
69
path: dist/
@@ -83,7 +83,7 @@ jobs:
83
84
steps:
85
- name: Download all the dists
86
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
87
88
89
@@ -135,7 +135,7 @@ jobs:
135
136
137
138
139
140
141
0 commit comments