From 3ee97f8c578cc370f4061839913b56ee48f973bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 07:07:21 +0000 Subject: [PATCH] Build(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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e28f0bf..b54b37f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: args: --release --out dist --find-interpreter manylinux: musllinux_1_2 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-linux-${{ matrix.target }} path: dist @@ -77,7 +77,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-macos-${{ matrix.target }} path: dist @@ -105,7 +105,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-windows-${{ matrix.target }} path: dist @@ -126,7 +126,7 @@ jobs: command: sdist args: --out dist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-sdist path: dist