diff --git a/.github/workflows/fetch-test.yml b/.github/workflows/fetch-test.yml index 206833beb5..babebfb0f0 100644 --- a/.github/workflows/fetch-test.yml +++ b/.github/workflows/fetch-test.yml @@ -10,7 +10,9 @@ jobs: fetch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + with: + lfs: 'true' - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/fetch.yml b/.github/workflows/fetch.yml index 9f478519e2..a98fe55800 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -9,8 +9,9 @@ jobs: fetch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v4 + with: + lfs: 'true' - name: Set up Node.js uses: actions/setup-node@v3 with: