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 9898 # A cache miss will add ~30s to create, but a cache hit will save minutes.
9999 - name : restore the Coverity Build Tool
100100 id : cache
101- uses : actions/cache/restore@v3
101+ uses : actions/cache/restore@v4
102102 with :
103103 path : ${{ runner.temp }}/cov-analysis
104104 key : cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
@@ -141,7 +141,7 @@ jobs:
141141 esac
142142 - name : cache the Coverity Build Tool
143143 if : steps.cache.outputs.cache-hit != 'true'
144- uses : actions/cache/save@v3
144+ uses : actions/cache/save@v4
145145 with :
146146 path : ${{ runner.temp }}/cov-analysis
147147 key : cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
You can’t perform that action at this time.
0 commit comments