From 91731c4845e2b79e597b16c9d15dbde9dd6e519b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:58:28 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/build.yaml | 2 +- .github/workflows/wheel.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa0f20d..edf5035 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: - run: | xmake -v -y - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: LeviStone-windows-x64-${{ github.sha }} path: | diff --git a/.github/workflows/wheel.yaml b/.github/workflows/wheel.yaml index 2dba8c4..aa66935 100644 --- a/.github/workflows/wheel.yaml +++ b/.github/workflows/wheel.yaml @@ -83,7 +83,7 @@ jobs: - run: | sentry-cli debug-files upload --include-sources bin/ - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: levistone-wheels-${{ matrix.python-tag }}-${{ matrix.platform }} path: ./wheelhouse/*.whl