diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f151cc99a..c1ca70a3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Decide based on branch which servers to use - name: Pass branch @@ -198,7 +198,7 @@ jobs: fi - name: Stop VFB server run: docker stop testServer - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: test_fails diff --git a/Dockerfile b/Dockerfile index 9f620a166..74a13a228 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +13,11 @@ ARG geppettoRelease=vfb_20200604_a ARG geppettoModelRelease=vfb_20200604_a ARG geppettoCoreRelease=VFBv2.2.0 ARG geppettoSimulationRelease=VFBv2.1.0.2 -ARG geppettoDatasourceRelease=passingSOLR +ARG geppettoDatasourceRelease=VFBv2.2.0 ARG geppettoModelSwcRelease=v1.0.1 ARG geppettoFrontendRelease=VFBv2.1.0.3 -ARG geppettoClientRelease=VFBv2.2.5 -ARG ukAcVfbGeppettoRelease=v2.2.4.3 +ARG geppettoClientRelease=VFBv2.2.7 +ARG ukAcVfbGeppettoRelease=v2.2.4.4 ARG mvnOpt="-Dhttps.protocols=TLSv1.2 -DskipTests --quiet -Pmaster" diff --git a/components/interface/VFBFocusTerm/VFBFocusTerm.js b/components/interface/VFBFocusTerm/VFBFocusTerm.js index 12d6e78d8..ab44305f4 100644 --- a/components/interface/VFBFocusTerm/VFBFocusTerm.js +++ b/components/interface/VFBFocusTerm/VFBFocusTerm.js @@ -571,7 +571,7 @@ class VFBFocusTerm extends React.Component { : } + title="NBLAST Uploader"> { this.props.UIUpdateManager("uploaderContentsVisible"); diff --git a/model/queries_execution_notebook.ipynb b/model/queries_execution_notebook.ipynb index e37a40ac3..965837df5 100644 --- a/model/queries_execution_notebook.ipynb +++ b/model/queries_execution_notebook.ipynb @@ -1981,4 +1981,4 @@ "metadata": {}, "nbformat": 4, "nbformat_minor": 5 -} +} \ No newline at end of file