diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 60f416d892..9784a58483 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -517,7 +517,7 @@ jobs: docker compose -f ./docker-compose/docker-compose-extras.yaml down -v - name: Upload HTML Documentation - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: documentation-html path: doc/build/html @@ -543,7 +543,7 @@ jobs: if: ${{ matrix.build_type == 'full' }} - name: Upload PDF Documentation - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: documentation-pdf path: doc/build/latex/ansys-acp-core.pdf