Fix github CI failed due to actions/upload-artifact deprecated

This commit is contained in:
Cangming H 2025-03-11 12:19:16 +08:00
parent 8bfd1b146d
commit cf992aef70
No known key found for this signature in database
GPG Key ID: DA3EBAE06A7D279C

View File

@ -71,7 +71,7 @@ jobs:
- name: Rename and Upload ePub
if: env.OPENAI_API_KEY != null
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: epub_output
path: "test_books/lemo_bilingual.epub"