From 74b71ec8bdec1179bcc8b120a93f8fdc4ad18644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:03:16 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_wheel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 4da52f3..227b0b2 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -59,7 +59,7 @@ jobs: - name: List wheels run: ls wheelhouse - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: wheelhouse-${{ matrix.os }}-${{ matrix.PYTHON_VERSION }} path: wheelhouse/xeus_python-*.whl @@ -92,7 +92,7 @@ jobs: - name: Get wheel name run: echo "WHEEL=$(find wheelhouse -type f -iname 'xeus_python-*.whl')" >> $GITHUB_ENV - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: wheelhouse-${{ matrix.os }}-${{ matrix.PYTHON_VERSION }} path: ${{ env.WHEEL }} @@ -127,7 +127,7 @@ jobs: - name: List wheels run: ls wheelhouse - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: wheelhouse-${{ matrix.os }}-${{ matrix.PYTHON_VERSION }} path: wheelhouse/xeus_python-*.whl