Skip to content

Commit 3f88c50

Browse files
committed
Update actions/cache to v4.
1 parent 3d3ec27 commit 3f88c50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: '16'
2323
- uses: actions/checkout@v1
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: node_modules
2727
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
node-version: '16'
4444
- uses: actions/checkout@v1
45-
- uses: actions/cache@v2
45+
- uses: actions/cache@v4
4646
with:
4747
path: node_modules
4848
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: '16'
5959
- uses: actions/checkout@v1
60-
- uses: actions/cache@v2
60+
- uses: actions/cache@v4
6161
with:
6262
path: node_modules
6363
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
node-version: '16'
7373
- uses: actions/checkout@v1
74-
- uses: actions/cache@v2
74+
- uses: actions/cache@v4
7575
with:
7676
path: node_modules
7777
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
@@ -80,7 +80,7 @@ jobs:
8080
- run: yarn compile
8181

8282
- run: FORCE_COLOR=1 yarn coverage
83-
- uses: actions/upload-artifact@v2
83+
- uses: actions/upload-artifact@v4
8484
with:
8585
name: solidity-coverage
8686
path: |

0 commit comments

Comments
 (0)