File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 ref : ${{ inputs.ref_for_scheduled_build }}
6767 - name : cache target_ws
6868 if : ${{ ! matrix.env.CCOV }}
69- uses : pat-s/always-upload-cache@v2.1.5
69+ uses : pat-s/always-upload-cache@v3.0.11
7070 with :
7171 path : ${{ env.BASEDIR }}/target_ws
7272 key : target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
7373 restore-keys : |
7474 target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
7575 - name : cache ccache
76- uses : pat-s/always-upload-cache@v2.1.5
76+ uses : pat-s/always-upload-cache@v3.0.11
7777 with :
7878 path : ${{ env.CCACHE_DIR }}
7979 key : ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments