diff --git a/.github/workflows/mode.yml b/.github/workflows/mode.yml index 6a9af64c..47f45e7e 100644 --- a/.github/workflows/mode.yml +++ b/.github/workflows/mode.yml @@ -35,7 +35,7 @@ jobs: run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 51feff24..39964989 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -36,7 +36,7 @@ jobs: run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs diff --git a/.github/workflows/speed.yml b/.github/workflows/speed.yml index 477645af..fb123209 100644 --- a/.github/workflows/speed.yml +++ b/.github/workflows/speed.yml @@ -36,7 +36,7 @@ jobs: run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs diff --git a/.github/workflows/startup.yml b/.github/workflows/startup.yml index 67c92a59..ee338907 100644 --- a/.github/workflows/startup.yml +++ b/.github/workflows/startup.yml @@ -72,7 +72,7 @@ jobs: run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs