@@ -100,7 +100,7 @@ jobs:
100100 python geometry-mesh-fluent/wf_gmf_01_geometry.py
101101
102102 - name : Store the outputs
103- uses : actions/upload-artifact@v5
103+ uses : actions/upload-artifact@v6
104104 with :
105105 name : geometry-mesh-fluent-workflow-geometry-outputs-${{ matrix.ansys-release }}
106106 path : geometry-mesh-fluent/outputs
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : (DOCS) Upload docs artifacts
119119 if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
120- uses : actions/upload-artifact@v5
120+ uses : actions/upload-artifact@v6
121121 with :
122122 name : geometry-mesh-fluent-docs-stage-geometry
123123 path : |
@@ -185,7 +185,7 @@ jobs:
185185 docker pull ${{ env.FLUENT_DOCKER_IMAGE }}
186186
187187 - name : Check out the geometry outputs
188- uses : actions/download-artifact@v6
188+ uses : actions/download-artifact@v7
189189 with :
190190 name : geometry-mesh-fluent-workflow-geometry-outputs-${{ matrix.ansys-release }}
191191 path : geometry-mesh-fluent/outputs
@@ -197,7 +197,7 @@ jobs:
197197 python geometry-mesh-fluent/wf_gmf_02_fluent_meshing.py
198198
199199 - name : Store the outputs
200- uses : actions/upload-artifact@v5
200+ uses : actions/upload-artifact@v6
201201 with :
202202 name : geometry-mesh-fluent-workflow-fluent-mesh-outputs-${{ matrix.ansys-release }}
203203 path : |
@@ -211,7 +211,7 @@ jobs:
211211 fi
212212
213213 - name : (DOCS) Download the docs artifacts
214- uses : actions/download-artifact@v6
214+ uses : actions/download-artifact@v7
215215 if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
216216 with :
217217 name : geometry-mesh-fluent-docs-stage-geometry
@@ -230,7 +230,7 @@ jobs:
230230
231231 - name : (DOCS) Upload docs artifacts
232232 if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
233- uses : actions/upload-artifact@v5
233+ uses : actions/upload-artifact@v6
234234 with :
235235 name : geometry-mesh-fluent-docs-stage-mesh
236236 path : |
@@ -291,7 +291,7 @@ jobs:
291291 docker pull ${{ env.FLUENT_DOCKER_IMAGE }}
292292
293293 - name : Check out the meshing outputs
294- uses : actions/download-artifact@v6
294+ uses : actions/download-artifact@v7
295295 with :
296296 name : geometry-mesh-fluent-workflow-fluent-mesh-outputs-${{ matrix.ansys-release }}
297297 path : geometry-mesh-fluent/outputs
@@ -303,7 +303,7 @@ jobs:
303303 python geometry-mesh-fluent/wf_gmf_03_fluent_solver.py
304304
305305 - name : Store the outputs
306- uses : actions/upload-artifact@v5
306+ uses : actions/upload-artifact@v6
307307 with :
308308 name : geometry-mesh-fluent-workflow-fluent-solve-outputs-${{ matrix.ansys-release }}
309309 path : |
@@ -319,7 +319,7 @@ jobs:
319319 fi
320320
321321 - name : (DOCS) Download the docs artifacts
322- uses : actions/download-artifact@v6
322+ uses : actions/download-artifact@v7
323323 if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
324324 with :
325325 name : geometry-mesh-fluent-docs-stage-mesh
@@ -337,7 +337,7 @@ jobs:
337337
338338 - name : (DOCS) Upload docs artifacts
339339 if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
340- uses : actions/upload-artifact@v5
340+ uses : actions/upload-artifact@v6
341341 with :
342342 name : geometry-mesh-fluent-docs
343343 path : |
0 commit comments