Skip to content

Commit 2e7cde1

Browse files
chore(deps): Bump actions/upload-artifact from 4 to 6 (#38)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3a6e12 commit 2e7cde1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ jobs:
143143
uv run python -c "import callosum; print(callosum.__version__)" | tee version.txt
144144
uv build
145145
- name: Upload the build version
146-
uses: actions/upload-artifact@v4
146+
uses: actions/upload-artifact@v6
147147
with:
148148
name: version
149149
path: version.txt
150150
- name: Upload build artifacts
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v6
152152
with:
153153
name: distributions
154154
path: dist

0 commit comments

Comments
 (0)