diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 508ecbf..20d1629 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: ${RUNNER_TEMP}/${{ env.COVERITY }} + path: ${{ runner.temp }}/${{ env.COVERITY }} key: ${{ runner.os }}-coverity-${{ hashFiles('coverity_tool.md5') }} - name: Move coverity_tool.md5 file so it won't conflict with maven