File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
version : ${{ matrix.version }}
25
25
arch : ${{ matrix.arch }}
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v4
27
27
env :
28
28
cache-name : cache-artifacts
29
29
with :
53
53
with :
54
54
version : ${{ matrix.version }}
55
55
arch : ${{ matrix.arch }}
56
- - uses : actions/cache@v2
56
+ - uses : actions/cache@v4
57
57
env :
58
58
cache-name : cache-artifacts
59
59
with :
83
83
with :
84
84
version : ${{ matrix.version }}
85
85
arch : ${{ matrix.arch }}
86
- - uses : actions/cache@v2
86
+ - uses : actions/cache@v4
87
87
env :
88
88
cache-name : cache-artifacts
89
89
with :
@@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
version : ${{ matrix.version }}
115
115
arch : ${{ matrix.arch }}
116
- - uses : actions/cache@v2
116
+ - uses : actions/cache@v4
117
117
env :
118
118
cache-name : cache-artifacts
119
119
with :
@@ -143,7 +143,7 @@ jobs:
143
143
with :
144
144
version : ${{ matrix.version }}
145
145
arch : ${{ matrix.arch }}
146
- - uses : actions/cache@v2
146
+ - uses : actions/cache@v4
147
147
env :
148
148
cache-name : cache-artifacts
149
149
with :
You can’t perform that action at this time.
0 commit comments