diff --git a/.github/workflows/repo_sync_ebrains.yml b/.github/workflows/repo_sync_ebrains.yml index e29122fa0ac82239f8772e61b0d0b8581135fbd1..b125823232134a31e78a1101974fdbb7f9cb5d8a 100644 --- a/.github/workflows/repo_sync_ebrains.yml +++ b/.github/workflows/repo_sync_ebrains.yml @@ -9,7 +9,9 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + lfs: true - uses: wei/git-sync@v3 with: source_repo: ${GITHUB_REPOSITORY}