Skip to content

Commit a2f9e1f

Browse files
CI: bump deprecated action versions (checkout@v2→v4, upload-artifact@v3→v4)
1 parent 0745ac2 commit a2f9e1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/development.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# - matlab_version: "R2016b"
2323
# mysql_version: "5.7"
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Run primary tests
2727
env:
2828
MATLAB_UID: "1001"
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
docker-compose -f LNX-docker-compose.yaml up --build --exit-code-from app
4040
- name: Add toolbox artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: dj-toolbox-${{matrix.matlab_version}}
4444
path: DataJoint.mltbx
@@ -53,7 +53,7 @@ jobs:
5353
DOCKER_CLIENT_TIMEOUT: "120"
5454
COMPOSE_HTTP_TIMEOUT: "120"
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
5757
- name: Deploy docs
5858
run: |
5959
export MODE=BUILD

0 commit comments

Comments
 (0)