revert to actions/cache v4.0.2

This commit is contained in:
Milos Marjanovic 2025-03-10 21:07:31 +00:00
parent 1c839b26f7
commit 186baf1b41

View File

@ -30,7 +30,7 @@ runs:
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
- name: Load Sonar Scanner CLI from cache
id: sonar-scanner-cli
uses: actions/cache@v3
uses: actions/cache@v4.0.2
with:
path: ${{ runner.temp }}/sonar-scanner-cli-${{ inputs.scannerVersion }}-${{ runner.os }}-${{ runner.arch }}
key: sonar-scanner-cli-${{ inputs.scannerVersion }}-${{ runner.os }}-${{ runner.arch }}