We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaf5c1 commit 2ba0254Copy full SHA for 2ba0254
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: python3 -m build
29
30
- name: Store the distribution packages
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: python-package-distributions
34
path: dist/
0 commit comments