We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d008d95 + 1c12caa commit 817f629Copy full SHA for 817f629
1 file changed
.github/workflows/upload_pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python -m build
27
28
- name: Store the distribution packages
29
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
30
with:
31
name: python-package-distributions
32
path: dist/
0 commit comments