File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
issues : write
27
27
steps :
28
28
- name : Download built HTML doc as artifact from previous step
29
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
29
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
30
30
with :
31
31
name : html_doc_artifact
32
32
- run : |
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Download HTML doc build artifact
31
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
31
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
32
32
with :
33
33
name : html_doc_artifact
34
34
- name : Extract artifact
38
38
rm artifact.tar
39
39
40
40
- name : Download schema doc build artifact
41
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
41
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
42
42
with :
43
43
name : schema_doc_artifact
44
44
path : html_build/html
You can’t perform that action at this time.
0 commit comments