File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 make singlehtml
2929
3030 - name : save singlehtml-en
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : singlehtml-en
3434 path : output/singlehtml/en/alternate_build_master.html
@@ -37,13 +37,13 @@ jobs:
3737 run : make singlehtml-ru
3838
3939 - name : save singlehtml-ru
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : singlehtml-ru
4343 path : output/singlehtml/ru/alternate_build_master.html
4444
4545 - name : save pandoc filters from the repo
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : pandoc
4949 path : pandoc/filter-espd.py
6060 S3_UPLOAD_PATH : ${{secrets.S3_DOCX_PATH}}
6161 steps :
6262 - name : download artifacts
63- uses : actions/download-artifact@v3
63+ uses : actions/download-artifact@v4
6464
6565 - name : generate docx-en
6666 run : |
You can’t perform that action at this time.
0 commit comments