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