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 }}