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 98
98
# A cache miss will add ~30s to create, but a cache hit will save minutes.
99
99
- name : restore the Coverity Build Tool
100
100
id : cache
101
- uses : actions/cache/restore@v3
101
+ uses : actions/cache/restore@v4
102
102
with :
103
103
path : ${{ runner.temp }}/cov-analysis
104
104
key : cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
@@ -141,7 +141,7 @@ jobs:
141
141
esac
142
142
- name : cache the Coverity Build Tool
143
143
if : steps.cache.outputs.cache-hit != 'true'
144
- uses : actions/cache/save@v3
144
+ uses : actions/cache/save@v4
145
145
with :
146
146
path : ${{ runner.temp }}/cov-analysis
147
147
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