We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d103755 commit a4c3f49Copy full SHA for a4c3f49
1 file changed
.github/workflows/publish.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: astral-sh/setup-uv@v7
71
- run: uv pip install --system --no-cache build
72
- run: python -m build
73
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
74
with:
75
name: dist
76
path: dist/
0 commit comments