From 53d11e09bb0305cff773306ecb9f9ef3e454cd8f Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 26 May 2024 16:17:45 +0200 Subject: [PATCH] manual-epub.yml: update upload-artifact action --- .github/workflows/manual-epub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-epub.yml b/.github/workflows/manual-epub.yml index 58f9b99..1887ea6 100644 --- a/.github/workflows/manual-epub.yml +++ b/.github/workflows/manual-epub.yml @@ -11,7 +11,7 @@ jobs: - name: Convert ebook run: ebook-convert user_guide/index.html koreader_user_guide.epub - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: KOReader Manual EPUB path: koreader_user_guide.epub