From 9aaebc1caf50a9819eede444abf65639f7e02549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:45:17 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01fd76f..b94232b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,7 +298,7 @@ jobs: echo "archive=$archive" >> "$GITHUB_OUTPUT" echo "::notice::$archive is $(du -h "$archive" | cut -f1)" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: # Prefixed so the publish job can ask for the binaries alone: the # GitHub release carries those, and PyPI carries the wheels. @@ -365,7 +365,7 @@ jobs: pip install pytest pandas pytest tests -q - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: python-wheel-${{ matrix.target }} path: packages/carp-python/dist/*.whl @@ -416,7 +416,7 @@ jobs: print('the sdist builds and imports:', carp.__version__) " - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: python-sdist path: packages/carp-python/dist/*.tar.gz