File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
30
30
apt-get : ${{ matrix.apt-get }}
31
31
32
32
- name : Checkout
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
35
35
- name : Cache Local
36
36
id : cache-local
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v3
38
38
with :
39
39
path : ~/.local/
40
40
key : ${{ runner.os }}-local-v3
41
41
42
42
- name : Cache Stack
43
43
id : cache-stack
44
- uses : actions/cache@v1
44
+ uses : actions/cache@v3
45
45
with :
46
46
path : ~/.stack
47
47
key : ${{ runner.os }}-stack-v3
82
82
run : .github/scripts/build-macos-release.sh
83
83
84
84
- name : Upload artifact
85
- uses : actions/upload-artifact@v1
85
+ uses : actions/upload-artifact@v3
86
86
with :
87
87
name : hevm-${{ runner.os }}
88
88
path : hevm.tar.gz
@@ -92,17 +92,17 @@ jobs:
92
92
needs : macosRelease
93
93
runs-on : ubuntu-latest
94
94
steps :
95
- - uses : actions/checkout@v2
95
+ - uses : actions/checkout@v3
96
+ # v22
97
+ - uses : cachix/install-nix-action@v22
96
98
# v12
97
- - uses : cachix/install-nix-action@v20
98
- # v8
99
- - uses : cachix/cachix-action@v10
99
+ - uses : cachix/cachix-action@v12
100
100
with :
101
101
name : dapp
102
102
signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
103
103
- run : nix-build -A hevmUnwrapped --out-link hevmLinux
104
104
105
- - uses : actions/download-artifact@master
105
+ - uses : actions/download-artifact@v3
106
106
with :
107
107
name : hevm-macOS
108
108
path : hevm-macOS
You can’t perform that action at this time.
0 commit comments