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 63
63
steps :
64
64
65
65
- name : " Download HTML documentation artifacts"
66
- uses : actions/download-artifact@v4
66
+ uses : actions/download-artifact@v5
67
67
with :
68
68
name : documentation-html
69
69
path : documentation-html
84
84
steps :
85
85
86
86
- name : " Download HTML documentation"
87
- uses : actions/download-artifact@v4
87
+ uses : actions/download-artifact@v5
88
88
with :
89
89
name : documentation-html
90
90
path : documentation-html
96
96
dest : documentation-html.zip
97
97
98
98
- name : " Download PDF documentation"
99
- uses : actions/download-artifact@v4
99
+ uses : actions/download-artifact@v5
100
100
with :
101
101
name : documentation-pdf
102
102
path : documentation-pdf
@@ -125,7 +125,7 @@ jobs:
125
125
steps :
126
126
127
127
- name : " Download HTML documentation artifacts"
128
- uses : actions/download-artifact@v4
128
+ uses : actions/download-artifact@v5
129
129
with :
130
130
name : documentation-html
131
131
path : documentation-html
You can’t perform that action at this time.
0 commit comments