diff --git a/.github/workflows/cache_test.yml b/.github/workflows/cache_test.yml index cb250bc5795cef..2b3e9594c405e0 100644 --- a/.github/workflows/cache_test.yml +++ b/.github/workflows/cache_test.yml @@ -48,7 +48,7 @@ jobs: id: test-action uses: ./openvino/.github/actions/cache with: - cache_path: ${{ env.CACHE_REMOTE }} + cache-path: ${{ env.CACHE_REMOTE }} path: ${{ env.CACHE_LOCAL }} key: ${{ runner.os }}-${{ runner.arch }}-test-cache-${{ github.sha }} restore-keys: |