There was an error while loading. Please reload this page.
1 parent 0745ac2 commit a2f9e1fCopy full SHA for a2f9e1f
1 file changed
.github/workflows/development.yaml
@@ -22,7 +22,7 @@ jobs:
22
# - matlab_version: "R2016b"
23
# mysql_version: "5.7"
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
26
- name: Run primary tests
27
env:
28
MATLAB_UID: "1001"
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
docker-compose -f LNX-docker-compose.yaml up --build --exit-code-from app
40
- name: Add toolbox artifact
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: dj-toolbox-${{matrix.matlab_version}}
44
path: DataJoint.mltbx
@@ -53,7 +53,7 @@ jobs:
53
DOCKER_CLIENT_TIMEOUT: "120"
54
COMPOSE_HTTP_TIMEOUT: "120"
55
56
57
- name: Deploy docs
58
59
export MODE=BUILD
0 commit comments