diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index b14be6e87d..8250d903e4 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -124,7 +124,7 @@ jobs: # Always store the cabal cache. - name: Cache Cabal store - uses: actions/cache@v4 + uses: actions/cache/save@v4 with: path: | ${{ steps.setup-haskell.outputs.cabal-store }}