mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 17:15:56 +01:00
Migrate to new version of artifact uploader
This commit is contained in:
parent
d7f0f2a5e8
commit
0e84e0cd56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
mv ./public/index.redirects ../new_redirects
|
||||
|
||||
- name: Upload site artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
name: site
|
||||
path: ./www.byjp.me/public
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
working-directory: ./www.byjp.me
|
||||
run: task gemini-reduce
|
||||
- name: Upload capsule artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: capsule
|
||||
path: ./www.byjp.me/public
|
||||
|
|
Loading…
Reference in a new issue