diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index f2f57a8..d206921 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -21,10 +21,10 @@ jobs: uses: actions/checkout@v2 - name: Create LFS file list - run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id + run: git lfs ls-files -l | cut -d ' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs @@ -34,7 +34,7 @@ jobs: run: git lfs pull - name: Go cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: # In order: # * Module download cache