8000 Update build-cuda.yml · player2121/llama-cpp-python@541a425 · GitHub
[go: up one dir, main page]

Skip to content

Commit 541a425

Browse files
authored
Update build-cuda.yml
1 parent 022e3a2 commit 541a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip wheel . --no-deps --wheel-dir dist
3030
3131
- name: Upload CUDA wheel as artifact
32-
uses: actions/upload-artifact@v3.1.2
32+
uses: actions/upload-artifact@v3
3333
with:
3434
name: llama_cpp_cuda_wheel
3535
path: dist/*.whl

0 commit comments

Comments
 (0)
0