File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ jobs:
87
87
make -C doc pdf
88
88
89
89
- name : " Upload html documentation"
90
- uses : actions/upload-artifact@v3
90
+ uses : actions/upload-artifact@v4
91
91
with :
92
92
name : documentation-html
93
93
path : doc/_build/html
94
94
retention-days : 7
95
95
96
96
- name : " Upload pdf documentation"
97
- uses : actions/upload-artifact@v3
97
+ uses : actions/upload-artifact@v4
98
98
with :
99
99
name : documentation-pdf
100
100
path : doc/_build/latex/*.pdf
@@ -107,9 +107,9 @@ jobs:
107
107
108
108
- name : " Upload the server logs"
109
109
if : always()
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
- name : server_output .txt
112
+ name : server_output_docs .txt
113
113
path : server_output.txt
114
114
115
115
- name : DPF Logs (on screen)
@@ -177,13 +177,13 @@ jobs:
177
177
178
178
- name : " Upload the server logs"
179
179
if : always()
180
- uses : actions/upload-artifact@v3
180
+ uses : actions/upload-artifact@v4
181
181
with :
182
- name : server_output .txt
182
+ name : server_output_tests .txt
183
183
path : server_output.txt
184
184
185
185
- name : " Upload coverage results"
186
- uses : actions/upload-artifact@v3
186
+ uses : actions/upload-artifact@v4
187
187
with :
188
188
name : coverage-html
189
189
path : .cov/html
You can’t perform that action at this time.
0 commit comments