File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 # uses v2 Stable version
1111 # https://github.com/actions/checkout
1212 - name : checkout source
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 # Build Artifacts
1515 - name : Build Japanese distribution file
1616 run : ./build-in-docker-epub.sh
1717 # Upload Distribution file
1818 - name : Upload distribution file to github artifacts
19- uses : actions/upload-artifact@v3
19+ uses : actions/upload-artifact@v4
2020 with :
21- name : Output documents
21+ name : Output documents (Japanese)
2222 path : ./articles/*.pdf
2323 # Build English artifacts
2424 - name : Build English distribution file
2727 REVIEW_LANG : en
2828 # Upload English distribution file
2929 - name : Upload English distribution file to github artifacts
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
32- name : Output documents
32+ name : Output documents (English)
3333 path : ./articles/*.pdf
You can’t perform that action at this time.
0 commit comments