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 2525 run : mv ~/go/bin/client /tmp/client && mv /tmp/client ${{ inputs.cache-path }}
2626 shell : bash
2727 - name : Cache client
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 path : ${{ inputs.cache-path }}
3131 key : ${{ inputs.cache-key }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 # INSTALL CONFORMANCE CLIENT
110110 - name : Check for cached conformance test client
111111 id : check-for-cached-client
112- uses : actions/cache@v3
112+ uses : actions/cache@v4
113113 with :
114114 path : ~/go/bin/client
115115 key : ${{ steps.set-cached-client-version.outputs.key }}
@@ -144,7 +144,7 @@ jobs:
144144 # if-condition on each step will effectively skip optional tests
145145 - name : Retrieve conformance client
146146 if : ${{ matrix.builder-source }}
147- uses : actions/cache@v3
147+ uses : actions/cache@v4
148148 with :
149149 path : ~/go/bin/client
150150 key : ${{ needs.download-conformance-client.outputs.cache-key }}
You can’t perform that action at this time.
0 commit comments