File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
run : |
55
55
API_KEY=${{ secrets.API_KEY }} GOOGLE_APP_ID=${{ secrets.GOOGLE_APP_ID }} GCM_SENDER_ID=${{ secrets.GCM_SENDER_ID }} ./setup.sh
56
56
- name : Restore Build Cache
57
- uses : actions/cache@v3
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : build
60
60
key : release-build-cache-${{ runner.os }}-${{ hashFiles('**/Package.resolved') }}
@@ -136,7 +136,7 @@ jobs:
136
136
./dist
137
137
ls -alR ./dist
138
138
- name : Save Build Cache
139
- uses : actions/cache@v3
139
+ uses : actions/cache@v4
140
140
with :
141
141
path : build
142
142
key : release-build-cache-${{ runner.os }}-${{ hashFiles('**/Package.resolved') }}
Original file line number Diff line number Diff line change 34
34
run : |
35
35
./setup.sh
36
36
- name : Restore Build Cache
37
- uses : actions/cache@v3
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : build
40
40
key : build-cache-${{ runner.os }}-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('**/Package.resolved') }}
49
49
-destination "platform=macOS,arch=${{ matrix.arch }}" \
50
50
-resultBundlePath "artifacts/ResultBundle-${{ matrix.os }}-${{ matrix.arch }}.xcresult"
51
51
- name : Save Build Cache
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : build
55
55
key : test-build-cache-${{ runner.os }}-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('**/Package.resolved') }}
You can’t perform that action at this time.
0 commit comments