mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-18 00:51:11 -06:00
Use newer Github Actions version (#413)
v3 was deprecated, switch to v4
This commit is contained in:
committed by
GitHub
parent
6202f44881
commit
8c5248e455
4
.github/workflows/release-book-website.yml
vendored
4
.github/workflows/release-book-website.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
source_dir: book/release
|
||||
destination_dir: release
|
||||
- name: Upload book Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: books
|
||||
path: |
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
source_dir: website/static_website_html
|
||||
destination_dir: static_html_root
|
||||
- name: Upload website Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: website
|
||||
path: website/static_website_html
|
||||
|
||||
4
.github/workflows/test-book-website.yml
vendored
4
.github/workflows/test-book-website.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
cd /app/book
|
||||
make -j -O build_serif_pdf build_ebook website
|
||||
- name: Upload book Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: books
|
||||
path: |
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
book/book_serif/book.pdf
|
||||
book/book-epub/book.epub
|
||||
- name: Upload website Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: website
|
||||
path: website/static_website_html
|
||||
|
||||
Reference in New Issue
Block a user