Skip to content

Commit

Permalink
Updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Oct 4, 2024
1 parent 12fa1cd commit 711f559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
BOOK_VERSION: ${{ steps.get_book_version.outputs.BOOK_VERSION }}
- name: Archive pdf md
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pdf.md
path: etc/ebook/output/pdf.md
Expand All @@ -50,7 +50,7 @@ jobs:
env:
BOOK_VERSION: ${{ steps.get_book_version.outputs.BOOK_VERSION }}
- name: Archive epub md
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: epub.md
path: etc/ebook/output/epub.md
Expand All @@ -60,7 +60,7 @@ jobs:
env:
BOOK_VERSION: ${{ steps.get_book_version.outputs.BOOK_VERSION }}
- name: Archive pdf
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ebook.pdf
path: etc/ebook/output/ebook.pdf
Expand All @@ -70,7 +70,7 @@ jobs:
env:
BOOK_VERSION: ${{ steps.get_book_version.outputs.BOOK_VERSION }}
- name: Archive epub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ebook.epub
path: etc/ebook/output/ebook.epub
Expand Down

0 comments on commit 711f559

Please sign in to comment.