File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : mv ~/go/bin/client /tmp/client && mv /tmp/client ${{ inputs.cache-path }}
26
26
shell : bash
27
27
- name : Cache client
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ${{ inputs.cache-path }}
31
31
key : ${{ inputs.cache-key }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
# INSTALL CONFORMANCE CLIENT
110
110
- name : Check for cached conformance test client
111
111
id : check-for-cached-client
112
- uses : actions/cache@v3
112
+ uses : actions/cache@v4
113
113
with :
114
114
path : ~/go/bin/client
115
115
key : ${{ steps.set-cached-client-version.outputs.key }}
@@ -144,7 +144,7 @@ jobs:
144
144
# if-condition on each step will effectively skip optional tests
145
145
- name : Retrieve conformance client
146
146
if : ${{ matrix.builder-source }}
147
- uses : actions/cache@v3
147
+ uses : actions/cache@v4
148
148
with :
149
149
path : ~/go/bin/client
150
150
key : ${{ needs.download-conformance-client.outputs.cache-key }}
You can’t perform that action at this time.
0 commit comments