From 29b6d97fbcb397f47ebbb5d0046a5db8acae23a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:20:50 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index fe3ca00..22e2b6e 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -143,12 +143,12 @@ jobs: uv run python -c "import callosum; print(callosum.__version__)" | tee version.txt uv build - name: Upload the build version - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: version path: version.txt - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: distributions path: dist