From 91ab7007978b899ca6bb7bb701319aaf93151e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:42:53 +0000 Subject: [PATCH] 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/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16e0795..e87bb5e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v3.3.1 - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }} path: ./wheelhouse/*.whl @@ -84,7 +84,7 @@ jobs: delocate-listdeps --all {dest_dir}/$WHEEL_SIMPLE_FILENAME echo "DONE." - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-macos-arm64 path: ./wheelhouse/*.whl @@ -103,7 +103,7 @@ jobs: pip install build python -m build . --sdist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-sdist path: dist/*.tar.gz