mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
Fix github CI failed due to actions/upload-artifact deprecated
This commit is contained in:
parent
8bfd1b146d
commit
cf992aef70
2
.github/workflows/make_test_ebook.yaml
vendored
2
.github/workflows/make_test_ebook.yaml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Rename and Upload ePub
|
- name: Rename and Upload ePub
|
||||||
if: env.OPENAI_API_KEY != null
|
if: env.OPENAI_API_KEY != null
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: epub_output
|
name: epub_output
|
||||||
path: "test_books/lemo_bilingual.epub"
|
path: "test_books/lemo_bilingual.epub"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user