From 362553983c848e175f778e42fac9ea2e102ee8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:17:47 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 14e856c..e337ac1 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@v4 + - uses: actions/upload-artifact@v5 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@v4 + - uses: actions/upload-artifact@v5 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@v4 + - uses: actions/upload-artifact@v5 with: name: wheelhouse-${{ matrix.os }}-${{ matrix.PYTHON_VERSION }} path: wheelhouse/xeus_python-*.whl