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 6363 steps :
6464
6565 - name : " Download HTML documentation artifacts"
66- uses : actions/download-artifact@v5
66+ uses : actions/download-artifact@v6
6767 with :
6868 name : documentation-html
6969 path : documentation-html
8484 steps :
8585
8686 - name : " Download HTML documentation"
87- uses : actions/download-artifact@v5
87+ uses : actions/download-artifact@v6
8888 with :
8989 name : documentation-html
9090 path : documentation-html
9696 dest : documentation-html.zip
9797
9898 - name : " Download PDF documentation"
99- uses : actions/download-artifact@v5
99+ uses : actions/download-artifact@v6
100100 with :
101101 name : documentation-pdf
102102 path : documentation-pdf
@@ -125,7 +125,7 @@ jobs:
125125 steps :
126126
127127 - name : " Download HTML documentation artifacts"
128- uses : actions/download-artifact@v5
128+ uses : actions/download-artifact@v6
129129 with :
130130 name : documentation-html
131131 path : documentation-html
You can’t perform that action at this time.
0 commit comments