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 c825ee4 commit 67c7435Copy full SHA for 67c7435
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build
18
run: uv build
19
- name: Upload source distribution
20
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
21
with:
22
name: build-output
23
path: "dist/*"
0 commit comments