From 232ba5c1750e6034a5b6d2be328acf5689848a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:55:02 +0000 Subject: [PATCH] :arrow_up: Bump actions/upload-artifact from 4.3.3 to 4.6.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5c77072a..934022e4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -156,7 +156,7 @@ jobs: manylinux: ${{ matrix.manylinux }} docker-options: -e UNSAFE_PYO3_SKIP_VERSION_CHECK=1 - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: wheels-linux-${{ matrix.manylinux }}-${{ matrix.target }}-${{ matrix.python_version }} path: dist/*.whl @@ -222,7 +222,7 @@ jobs: args: --release --out dist -i 3.13t sccache: 'true' - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: wheels-windows-${{ matrix.target }}-${{ matrix.python_version }} path: dist/*.whl @@ -257,7 +257,7 @@ jobs: args: --release --out dist --interpreter ${{ matrix.python_version }} sccache: 'true' - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: wheels-macos-${{ matrix.target }}-${{ matrix.python_version }} path: dist/*.whl @@ -278,7 +278,7 @@ jobs: command: sdist args: --out dist - name: Upload sdist - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: wheels-sdist path: dist/*.tar.gz @@ -301,7 +301,7 @@ jobs: - name: Build fallback wheel run: python -m build - name: Upload sdist - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: wheels-universal path: dist/*.whl