Skip to content

Commit

Permalink
Merge pull request #1578 from VirtualFlyBrain/alpha
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
Robbie1977 authored Dec 4, 2024
2 parents 5bb2160 + 8af8b64 commit c025c1f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ARG geppettoSimulationRelease=VFBv2.1.0.2
ARG geppettoDatasourceRelease=passingSOLR
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.6
ARG ukAcVfbGeppettoRelease=v2.2.4.4

ARG mvnOpt="-Dhttps.protocols=TLSv1.2 -DskipTests --quiet -Pmaster"

Expand Down
2 changes: 1 addition & 1 deletion model/queries_execution_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1981,4 +1981,4 @@
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
}
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c025c1f

Please sign in to comment.