File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
nix_path : " ${{ env.nixpkgs-url }}"
20
20
- name : Cache Cabal dependencies
21
- uses : actions/cache@v2
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : |
24
24
~/.cabal/packages
45
45
- name : Run benchmarks
46
46
run : nix-shell --arg ghcVersion '"${{ matrix.ghc-version }}"' --arg installHls 'false' --pure --run "cabal bench 2>&1 | tee benchmark_ghc${{ matrix.ghc-version }}.txt"
47
47
- name : Upload benchmark results
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : linear-base_benchmarks_ghc${{ matrix.ghc-version }}
51
51
path : |
61
61
with :
62
62
nix_path : " ${{ env.nixpkgs-url }}"
63
63
- name : Cache Stack dependencies
64
- uses : actions/cache@v2
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : ~/.stack
67
67
key : stack-deps-ormolu-${{ runner.os }}-${{ hashFiles('nix/sources.json') }}-v${{ env.cache-invalidation-key }}-${{ hashFiles('stack.yaml.lock') }}-${{ github.sha }}
80
80
with :
81
81
nix_path : " ${{ env.nixpkgs-url }}"
82
82
- name : Cache Stack dependencies
83
- uses : actions/cache@v2
83
+ uses : actions/cache@v4
84
84
with :
85
85
path : ~/.stack
86
86
key : stack-deps-${{ runner.os }}-${{ hashFiles('nix/sources.json') }}-v${{ env.cache-invalidation-key }}-${{ hashFiles('stack.yaml.lock', 'linear-base.cabal') }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments