diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index fea0b88..0f13091 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -92,7 +92,7 @@ jobs: id: cache-pull-coverity-distribution uses: actions/cache@v4 with: - path: ${{ env.COVERITY }} + path: ${RUNNER_TEMP}/${{ env.COVERITY }} key: ${{ runner.os }}-coverity-${{ hashFiles('coverity_tool.md5') }} - name: Remove coverity_tool.md5 file