From 6802a7379b2bb2183bdf1440575cdc7980bd1097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:26:50 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-wheels-cpu.yml | 2 +- .github/workflows/build-wheels-ggml-cpu.yml | 2 +- .github/workflows/build-wheels-ggml-oobabooga.yml | 2 +- .github/workflows/build-wheels-ggml.yml | 2 +- .github/workflows/build-wheels-macos.yml | 2 +- .github/workflows/build-wheels-oobabooga.yml | 2 +- .github/workflows/build-wheels-rocm-full.yml | 2 +- .github/workflows/build-wheels-test.yml | 4 ++-- .github/workflows/build-wheels.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-wheels-cpu.yml b/.github/workflows/build-wheels-cpu.yml index 108f777d..b71c51c0 100644 --- a/.github/workflows/build-wheels-cpu.yml +++ b/.github/workflows/build-wheels-cpu.yml @@ -135,7 +135,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: cpu diff --git a/.github/workflows/build-wheels-ggml-cpu.yml b/.github/workflows/build-wheels-ggml-cpu.yml index 2932f403..9d026e24 100644 --- a/.github/workflows/build-wheels-ggml-cpu.yml +++ b/.github/workflows/build-wheels-ggml-cpu.yml @@ -92,7 +92,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: cpu diff --git a/.github/workflows/build-wheels-ggml-oobabooga.yml b/.github/workflows/build-wheels-ggml-oobabooga.yml index 3d1b4c11..33a8126b 100644 --- a/.github/workflows/build-wheels-ggml-oobabooga.yml +++ b/.github/workflows/build-wheels-ggml-oobabooga.yml @@ -119,7 +119,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: textgen-webui-wheels diff --git a/.github/workflows/build-wheels-ggml.yml b/.github/workflows/build-wheels-ggml.yml index a579b4ea..0853ac60 100644 --- a/.github/workflows/build-wheels-ggml.yml +++ b/.github/workflows/build-wheels-ggml.yml @@ -120,7 +120,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: ${{ matrix.releasetag == 'wheels' && 'AVX2' || matrix.releasetag }} diff --git a/.github/workflows/build-wheels-macos.yml b/.github/workflows/build-wheels-macos.yml index 63e94641..2f08a2f3 100644 --- a/.github/workflows/build-wheels-macos.yml +++ b/.github/workflows/build-wheels-macos.yml @@ -136,7 +136,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: macos-wheels diff --git a/.github/workflows/build-wheels-oobabooga.yml b/.github/workflows/build-wheels-oobabooga.yml index 06cb869f..ec652d97 100644 --- a/.github/workflows/build-wheels-oobabooga.yml +++ b/.github/workflows/build-wheels-oobabooga.yml @@ -223,7 +223,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: textgen-webui-wheels diff --git a/.github/workflows/build-wheels-rocm-full.yml b/.github/workflows/build-wheels-rocm-full.yml index 115a69dd..cac714a1 100644 --- a/.github/workflows/build-wheels-rocm-full.yml +++ b/.github/workflows/build-wheels-rocm-full.yml @@ -236,7 +236,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: 'rocm-wheels' diff --git a/.github/workflows/build-wheels-test.yml b/.github/workflows/build-wheels-test.yml index e8078814..422ad29f 100644 --- a/.github/workflows/build-wheels-test.yml +++ b/.github/workflows/build-wheels-test.yml @@ -148,7 +148,7 @@ jobs: python -m build --wheel } - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ matrix.releasetag == 'wheels' && 'AVX2' || matrix.releasetag }} path: ./dist/*.whl @@ -237,7 +237,7 @@ jobs: VERBOSE=1 python -m build --wheel fi - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: macos-wheels path: ./dist/*.whl diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index a40c8601..0f94de15 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -200,7 +200,7 @@ jobs: make_latest: false overwrite: true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: steps.upload-release.outcome == 'failure' with: name: ${{ matrix.releasetag == 'wheels' && 'AVX2' || matrix.releasetag }}