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 c3a6e12 commit 2e7cde1Copy full SHA for 2e7cde1
1 file changed
.github/workflows/default.yml
@@ -143,12 +143,12 @@ jobs:
143
uv run python -c "import callosum; print(callosum.__version__)" | tee version.txt
144
uv build
145
- name: Upload the build version
146
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
147
with:
148
name: version
149
path: version.txt
150
- name: Upload build artifacts
151
152
153
name: distributions
154
path: dist
0 commit comments