We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af818d6 + f65aba1 commit 4f5dca5Copy full SHA for 4f5dca5
1 file changed
.github/workflows/coverity.yml
@@ -98,7 +98,7 @@ jobs:
98
# A cache miss will add ~30s to create, but a cache hit will save minutes.
99
- name: restore the Coverity Build Tool
100
id: cache
101
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
102
with:
103
path: ${{ runner.temp }}/cov-analysis
104
key: cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
@@ -141,7 +141,7 @@ jobs:
141
esac
142
- name: cache the Coverity Build Tool
143
if: steps.cache.outputs.cache-hit != 'true'
144
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
145
146
147
0 commit comments