File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
make singlehtml
29
29
30
30
- name : save singlehtml-en
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : singlehtml-en
34
34
path : output/singlehtml/en/alternate_build_master.html
@@ -37,13 +37,13 @@ jobs:
37
37
run : make singlehtml-ru
38
38
39
39
- name : save singlehtml-ru
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : singlehtml-ru
43
43
path : output/singlehtml/ru/alternate_build_master.html
44
44
45
45
- name : save pandoc filters from the repo
46
- uses : actions/upload-artifact@v3
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : pandoc
49
49
path : pandoc/filter-espd.py
60
60
S3_UPLOAD_PATH : ${{secrets.S3_DOCX_PATH}}
61
61
steps :
62
62
- name : download artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
65
65
- name : generate docx-en
66
66
run : |
You can’t perform that action at this time.
0 commit comments