We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d62db5 commit 39a0180Copy full SHA for 39a0180
.github/workflows/upload-docx.yml
@@ -6,6 +6,7 @@ on:
6
branches:
7
- 'latest'
8
- '2.11'
9
+ - 'abalaeva/bump-ci-action'
10
11
jobs:
12
generate-singlehtml:
@@ -37,13 +38,13 @@ jobs:
37
38
run: make singlehtml-ru
39
40
- name: save singlehtml-ru
- uses: actions/upload-artifact@v3
41
+ uses: actions/upload-artifact@v4
42
with:
43
name: singlehtml-ru
44
path: output/singlehtml/ru/alternate_build_master.html
45
46
- name: save pandoc filters from the repo
47
48
49
name: pandoc
50
path: pandoc/filter-espd.py
@@ -60,7 +61,7 @@ jobs:
60
61
S3_UPLOAD_PATH: ${{secrets.S3_DOCX_PATH}}
62
steps:
63
- name: download artifacts
- uses: actions/download-artifact@v3
64
+ uses: actions/download-artifact@v4
65
66
- name: generate docx-en
67
run: |
0 commit comments