From 3087a284e84802648c1c990a49bcf9c77c44b229 Mon Sep 17 00:00:00 2001 From: Strongest Number 9 <16169054+StrongestNumber9@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:04:43 +0200 Subject: [PATCH] Change cache to use runner.temp property instead of RUNNER_TEMP variable (#164) --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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