Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-ggml-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-ggml-oobabooga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-ggml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-oobabooga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-rocm-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down