Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,32 +64,32 @@ jobs:
pip install -r doc/requirements.txt

- name: Download artifacts for geometry-mesh
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: geometry-mesh-docs
path: doc/

- name: Download artifacts for geometry-mesh-fluent
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: geometry-mesh-fluent-docs
path: doc/

# TODO: enable when issues in PyMechanical are resolved
# - name: Download artifacts for geometry-mechanical-dpf
# uses: actions/download-artifact@v5
# uses: actions/download-artifact@v6
# with:
# name: geometry-mechanical-dpf-docs
# path: doc/

- name: Download artifacts for fluent-mechanical
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: fluent-mechanical-docs
path: doc/

- name: Download artifacts for speos-optislang
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: speos-optislang-docs
path: doc/
Expand All @@ -100,7 +100,7 @@ jobs:
make html

- name: Upload the documentation
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: documentation-html
path: doc/_build/html/
Expand All @@ -110,7 +110,7 @@ jobs:
needs: [compile-docs]
steps:
- name: "Download the documentation artifact"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: documentation-html
path: doc
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/fluent-mechanical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
xvfb-run python fluent-mechanical/wf_fm_01_fluent.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: fluent-mechanical-workflow-fluent-outputs-${{ matrix.ansys-release }}
path: |
Expand All @@ -129,7 +129,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: fluent-mechanical-docs-stage-fluent
path: |
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
fi

- name: Check out the fluent outputs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: fluent-mechanical-workflow-fluent-outputs-${{ matrix.ansys-release }}
path: fluent-mechanical/outputs
Expand All @@ -223,13 +223,13 @@ jobs:
xvfb-run python fluent-mechanical/wf_fm_02_mechanical.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: fluent-mechanical-workflow-mechanical-outputs-${{ matrix.ansys-release }}
path: fluent-mechanical/outputs

- name: (DOCS) Download the docs artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
with:
name: fluent-mechanical-docs-stage-fluent
Expand All @@ -247,7 +247,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: fluent-mechanical-docs
path: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/geometry-mechanical-dpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
python geometry-mechanical-dpf/wf_gmd_01_geometry.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mechanical-dpf-workflow-geometry-outputs-${{ matrix.ansys-release }}
path: geometry-mechanical-dpf/outputs
Expand All @@ -115,7 +115,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mechanical-dpf-docs-stage-geometry
path: |
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uv pip install -r geometry-mechanical-dpf/requirements_${{ matrix.ansys-release }}.txt

- name: Check out the geometry outputs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: geometry-mechanical-dpf-workflow-geometry-outputs-${{ matrix.ansys-release }}
path: geometry-mechanical-dpf/outputs
Expand All @@ -190,13 +190,13 @@ jobs:
cat pydpflogs${{ matrix.ansys-release }}.txt

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mechanical-dpf-workflow-mechanical-dpf-outputs-${{ matrix.ansys-release }}
path: geometry-mechanical-dpf/outputs

- name: (DOCS) Download the docs artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
with:
name: geometry-mechanical-dpf-docs-stage-geometry
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mechanical-dpf-docs
path: |
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/geometry-mesh-fluent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
python geometry-mesh-fluent/wf_gmf_01_geometry.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-fluent-workflow-geometry-outputs-${{ matrix.ansys-release }}
path: geometry-mesh-fluent/outputs
Expand All @@ -117,7 +117,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-fluent-docs-stage-geometry
path: |
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
docker pull ${{ env.FLUENT_DOCKER_IMAGE }}

- name: Check out the geometry outputs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: geometry-mesh-fluent-workflow-geometry-outputs-${{ matrix.ansys-release }}
path: geometry-mesh-fluent/outputs
Expand All @@ -197,7 +197,7 @@ jobs:
python geometry-mesh-fluent/wf_gmf_02_fluent_meshing.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-fluent-workflow-fluent-mesh-outputs-${{ matrix.ansys-release }}
path: |
Expand All @@ -211,7 +211,7 @@ jobs:
fi

- name: (DOCS) Download the docs artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
with:
name: geometry-mesh-fluent-docs-stage-geometry
Expand All @@ -230,7 +230,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-fluent-docs-stage-mesh
path: |
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
docker pull ${{ env.FLUENT_DOCKER_IMAGE }}

- name: Check out the meshing outputs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: geometry-mesh-fluent-workflow-fluent-mesh-outputs-${{ matrix.ansys-release }}
path: geometry-mesh-fluent/outputs
Expand All @@ -303,7 +303,7 @@ jobs:
python geometry-mesh-fluent/wf_gmf_03_fluent_solver.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-fluent-workflow-fluent-solve-outputs-${{ matrix.ansys-release }}
path: |
Expand All @@ -319,7 +319,7 @@ jobs:
fi

- name: (DOCS) Download the docs artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
with:
name: geometry-mesh-fluent-docs-stage-mesh
Expand All @@ -337,7 +337,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-fluent-docs
path: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/geometry-mesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
python geometry-mesh/wf_gm_01_geometry.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-workflow-geometry-outputs-${{ matrix.ansys-release }}
path: geometry-mesh/outputs
Expand All @@ -114,7 +114,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-docs-stage-geometry
path: |
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
run: docker pull ${{ env.PRIME_DOCKER_IMAGE }}:${{ matrix.ansys-release }}

- name: Check out the geometry outputs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: geometry-mesh-workflow-geometry-outputs-${{ matrix.ansys-release }}
path: geometry-mesh/outputs
Expand All @@ -182,13 +182,13 @@ jobs:
python geometry-mesh/wf_gm_02_mesh.py

- name: Store the outputs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-workflow-prime-outputs-${{ matrix.ansys-release }}
path: geometry-mesh/outputs

- name: (DOCS) Download the docs artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
with:
name: geometry-mesh-docs-stage-geometry
Expand All @@ -207,7 +207,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: geometry-mesh-docs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/speos-optislang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: (DOCS) Upload docs artifacts
if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: speos-optislang-docs
path: |
Expand Down