From ec904a89c83686e74663daa88a8f2f7c82677d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:34:54 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#143) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efba7a4..bc97e0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: command: build args: "--release -o dist --interpreter python${{ matrix.python-version }}" - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "wheels-linux-python-${{ matrix.python-version }}" path: dist @@ -40,7 +40,7 @@ jobs: target: universal2-apple-darwin args: "--release -o dist --interpreter python${{ matrix.python-version }}" - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "wheels-macos-python-${{ matrix.python-version }}" path: dist